Simple Python-based argument parser
- Clone this repository
git clone https://github.com/piciakk/pyArgumentParser
- Open the cloned repo
cd pyArgumentParser
- Run the parser app with some command-line arguments
python parser.py --argument1 value1 --argument2 value2 --argument3 value3
- Tada! It will print out a JSON Object containing all the arguments, and values