Util Cli Parser

class dffml.util.cli.parser.ParseInputsAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]
dffml.util.cli.parser.list_action(list_class)[source]

Action to take a list of values and make them values in the list of type list_class. Which will be a class descendent from AsyncContextManagerList.