- turn any of your python module into a cli tool
- save your chores to turn your functions into cli tool with library like click in most cases.
cd unclick
unclick examples.funcs.py add 23 90
unclick examples.funcs.py show
unclick examples.funcs.py args <add | n_hello>
unclick examples.funcs.py n_hello --x 10