2022-07-11 11:50:41 +09:00
2022-07-11 04:01:43 +02:00
2022-07-11 17:31:34 +09:00
2022-07-11 17:31:34 +09:00
2022-07-11 17:31:34 +09:00

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/
Readme
Languages
Python 100%