Auto-generated, Argparse based, CLIs from attrs classes. Full docs here: https://ilanjb.github.io/clime/
hello world:
{!../docs_src/sample_usage/tutorial_000.py!}Check the help:
$ python tutorial_000.py --help
usage:
Everything about the Dude!
positional arguments:
name type: <str>
optional arguments:
-h, --help show this help message and exit
Run it
$ python tutorial_000.py joe
Dude(name='joe')