afe.driver.cli.parser

The command line argument parser. make_parser returns a parser which collects command line parameters and puts them in a data structure.

Functions

parse_arguments(→ argparse.Namespace)

Create an argument parser for parsing command line input.

Module Contents

afe.driver.cli.parser.parse_arguments() argparse.Namespace[source]

Create an argument parser for parsing command line input.

TODO: Document the returned namespace.