Searched refs:arg_parser (Results 1 – 4 of 4) sorted by relevance
40 arg_parser = argparse.ArgumentParser(43 arg_parser.add_argument('-C', '--output-directory', help='Build output directory.')44 arg_parser.add_argument('--build', action='store_true', help='Build all .build_config files.')45 arg_parser.add_argument('classes', nargs='+', help='Java classes to search for')46 arg_parser.add_argument('-v', '--verbose', action='store_true', help='Verbose logging.')48 arguments = arg_parser.parse_args()
36 def arg_parser(): function58 args = arg_parser()
42 def arg_parser(): function75 args = arg_parser()
40 def arg_parser(): function176 args = arg_parser()