Searched refs:argParser (Results 1 – 1 of 1) sorted by relevance
584 argParser = argparse.ArgumentParser(description=""" variable589 argParser.add_argument('--header', action='store_true',592 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h',595 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h')596 args = argParser.parse_args()