CLI
- pycomo.helper.cli.check_args(args)
Check whether all arguments are in correct format.
- Parameters:
args
- Raises:
ValueError – This error is raised if one of the supplied arguments is not in the correct format or the specified range of values
- Returns:
parsed arguments
- pycomo.helper.cli.create_arg_parser()
Creates a parser object for the command line interface
- Returns:
An argparse argument parser