magicli
Automatically call args parsed by docopt as functions.
Install
pip install git+https://git.beelm.eu/patrick/magicli
Getting started
from docopt import docopt
from magicli import magicli
args = magicli(docopt(__doc__))
Description
Automatically turn functions of file into command line interface.
https://pypi.org/project/magicli/
Languages
Python
100%