Drucifer2082 / Django

MIT License
0 stars 0 forks source link

argparse for command line args handling #16

Closed bbelderbos closed 2 years ago

bbelderbos commented 2 years ago

some practice Bites https://codechalleng.es/bites/search/argparse (or just look at docs + this example https://github.com/PyBites-Open-Source/pybites-carbon/blob/main/carbon/cli.py)

bbelderbos commented 2 years ago

argparse implemented.