Open yupinghuang opened 4 years ago
https://click.palletsprojects.com/en/7.x/
For example start_workers.py
start_workers.py
I'm a fan of click and can help with this. Usually I create a cli.py in the directory with the modules and make light wrapping functions from the modules to pass arguments.
cli.py
https://click.palletsprojects.com/en/7.x/
For example
start_workers.py