afe.driver.cli.parser ===================== .. py:module:: afe.driver.cli.parser .. autoapi-nested-parse:: The command line argument parser. make_parser returns a parser which collects command line parameters and puts them in a data structure. Functions --------- .. autoapisummary:: afe.driver.cli.parser.parse_arguments Module Contents --------------- .. py:function:: parse_arguments() -> argparse.Namespace Create an argument parser for parsing command line input. TODO: Document the returned namespace.