argv_parser module

argv_parser.parse(argv)[source]

Parses command line arguments and returns dict of requested options

Parameters:argv
Returns:options dict
argv_parser.print_usage()[source]

Prints correct command line usage of the app