From 2bdd6b49adfa88d0d5a8e39b14a5fb1999a32eaa Mon Sep 17 00:00:00 2001 From: Guillaume P Date: Tue, 18 Jan 2022 12:43:20 +0100 Subject: [PATCH] Clarification on maintenance since clap v3 is out fixes #521 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dfb2059..7e69a92 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Parse command line arguments by defining a struct. It combines [clap](https://crates.io/crates/clap) with custom derive. +## Maintenance + +As clap v3 is now out, and the structopt features are intregrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added. + +Bugs will be fixed, and documentation improvements will be accepted. + ## Documentation Find it on [Docs.rs](https://docs.rs/structopt). You can also check the [examples](https://github.com/TeXitoi/structopt/tree/master/examples) and the [changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md).