We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff38709 commit 96e37a9Copy full SHA for 96e37a9
README.md
@@ -11,6 +11,7 @@ A python CLI framework base on [argparse](https://docs.python.org/3/library/argp
11
- [x] support easy-to-use interface for building complex CLI program
12
- [x] support rich-text and flexible log system (base on [rich](https://github.com/willmcgugan/rich))
13
- [x] support command auto-completion (base on [argcomplete](https://github.com/kislyuk/argcomplete))
14
+- [ ] support auto generating and updating usage (based on [auto-usage](https://github.com/zhangxianbing/auto-usage))
15
16
## Quick Start
17
0 commit comments