Skip to content

PiciAkk/pyArgumentParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages