Home
last modified time | relevance | path

Searched refs:PARSER (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/board_inspector/legacy/
A Dboard_parser.py89 PARSER = argparse.ArgumentParser(usage='%(prog)s <board_name> [--out board_info_file]') variable
90 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