python cli framework that replaces argparse -
i searching python command line framework replace argparse , provide interactive shell tool.
can suggest package operating system independent?
$ python mytool.py $ (mytool) -help $ (mytool) -version $ (mytool) -commands
the best choice python-cliff. built on top of argparse. of key features are
- it support interactive console
- it can list commands
- auto completion
for more information can refer documentation.
Comments
Post a Comment