Base definitions for command line¶
Base class and function utilities for cli¶
- class orion.core.cli.base.OrionArgsParser(description='Oríon CLI for asynchronous distributed optimization')[source]¶
Parser object handling the upper-level parsing of Oríon’s arguments.
Methods
execute
(argv)Execute main function of the subparser
Return the subparser object for this parser.
parse
(argv)Call argparse and generate a dictionary of arguments' value