now.cli.parser module#

now.cli.parser.set_base_parser()[source]#

Set the base parser :return: the parser

now.cli.parser.set_help_parser(parser=None)[source]#

Set the parser for the jina help lookup :param parser: an optional existing parser to build upon :return: the parser

now.cli.parser.set_start_parser(sp)[source]#

Add the arguments for the jina now to the parser :param parser: an optional existing parser to build upon :return: the parser

now.cli.parser.set_stop_parser(sp)[source]#
now.cli.parser.set_survey_parser(sp)[source]#
now.cli.parser.get_main_parser()[source]#

The main parser for Jina NOW :return: the parser