producti_gestio.utils package

producti_gestio.utils.arguments_parser module

producti_gestio.utils.arguments_parser

It just parses the given arguments via command line.

producti_gestio.utils.arguments_parser.parser(args: list = ['/home/docs/checkouts/readthedocs.org/user_builds/producti-gestio/envs/stable/bin/sphinx-build', '-T', '-b', 'readthedocs', '-d', '_build/doctrees-readthedocs', '-D', 'language=en', '.', '_build/html']) → object

It tries to parse sys.argv and processes given parameters.

Parameters:args – list: (Default value = sys.argv)
Returns:A parse_args object of all the parameters.
Return type:object