dmcnulla / config_based_arg_parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First Stupid Python Package

This is supposed to read a yaml file to figure out what the command line arguments are:

{ prog: Program, description: Description, epilog: Epilog,
  arguments: {
     argOne: {
       required: True,
       help: Get current Jmeter test plan path.
     },
     argTwo: {
       required: False,
       help: Thsi param is not required.
     }
  }
}

About


Languages

Language:Python 100.0%