Searched refs:PARSER (Results 1 – 1 of 1) sorted by relevance
89 PARSER = argparse.ArgumentParser(usage='%(prog)s <board_name> [--out board_info_file]') variable90 PARSER.add_argument('board_name', help=": the name of the board that runs the ACRN hypervisor")91 PARSER.add_argument('--out', help=": the name of board info file.")92 ARGS = PARSER.parse_args()
Completed in 5 milliseconds