Searched refs:argument_parser (Results 1 – 5 of 5) sorted by relevance
75 argument_parser = argparse.ArgumentParser(78 argument_parser.add_argument('output_file', help='The file to write to')79 argument_parser.add_argument(81 argument_parser.add_argument(85 args = argument_parser.parse_args()
28 def argument_parser( function50 args = argument_parser().parse_args()
28 def argument_parser( function55 args = argument_parser().parse_args()
34 def argument_parser( function108 args = argument_parser().parse_args()
69 def argument_parser(parser=None) -> argparse.ArgumentParser: function102 install_hook(**vars(argument_parser().parse_args()))