From 4c807a0632b27020981efcaef40b2f18b153e41a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 9 Dec 2021 06:39:34 -0600 Subject: [PATCH] docs(faq): Update structopt status --- docs/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index cb085599..db6255ec 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -26,7 +26,9 @@ For less detailed but more broad comparisons, see Simple! `clap` *is* `structopt`. `structopt` started as a derive API built on top of clap v2. With clap v3, we've forked structopt and integrated it -directly into clap. +directly into clap. structopt is in +[maintenance mode](https://github.com/TeXitoi/structopt/issues/516#issuecomment-989566094) +with the release of `clap_derive`. The benefits of integrating `structopt` and `clap` are: - Easier cross-linking in documentation