Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 431 Bytes

pyArgumentParser

Simple Python-based argument parser

Usage

  • 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