So, for a python package, how to include a command line argument from an installed package? Here is an example for a package called mrbob:
$ pip install mrbob
$ mrbob DoSomethingFunction
How to enable command line parameter and new shell command for python package?
source
share