varst.utils.parser module#

class varst.utils.parser.Parser#

Bases: object

Parser class that parse arguments from cli

parse(argv: Optional[Sequence[str]]) None#

Parse the arguments from argv. Parsed values are updated in the attributes of the parser.

Parameters:

argv – Arguments vector

Raises:

ValueError – If the substitutions are not passed