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

  1. it support interactive console
  2. it can list commands
  3. auto completion

for more information can refer documentation.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -