carputils.tools
.standard_parser
-
carputils.tools.
standard_parser
(showdefault=True)
Generate a standard argument parser for collection of common options.
- Returns : ArgumentParser
- The parser object from the python standard library argparse module. See
the online documentation
for information on adding additional options to this parser in a run
script. To actually parse the command line, use the
parse_args
method of the returned parser object.