Skip to content

Commit 2bdd6b4

Browse files
authored
Clarification on maintenance since clap v3 is out
fixes #521
1 parent 2736281 commit 2bdd6b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
Parse command line arguments by defining a struct. It combines [clap](https://crates.io/crates/clap) with custom derive.
77

8+
## Maintenance
9+
10+
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.
11+
12+
Bugs will be fixed, and documentation improvements will be accepted.
13+
814
## Documentation
915

1016
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).

0 commit comments

Comments
 (0)