Python Fire, a library for automatically generating command line interfaces(opensource.googleblog.com)
opensource.googleblog.com
Python Fire, a library for automatically generating command line interfaces
https://opensource.googleblog.com/2017/03/python-fire-command-line.html?m=1
$ ./example.py Type: Example String form: <__main__.Example object at 0x10674d890> File: ~/tmp/example.py
Usage: ./example.py ./example.py hello
$ ./example.py hello Hello world!
$ ./example.py hello adsf Hello adsf!