Lines Matching refs:parser
23 parser = argparse.ArgumentParser()
24 parser.add_argument('--src-idl', help='idl source file')
25 parser.add_argument('--dst-path', help='the converted target path')
26 parser.add_argument('--dst-file', help='the converted target file')
27 parser.add_argument('--idl-tool-path', help='path of the idl conversion tool')
28 parser.add_argument('--log-domainid', help='hilog domain id')
29 parser.add_argument('--log-tag', help='hilog tag')
30 parser.add_argument('--hitrace', help='hitrace switch, default off')
31 parser.add_argument('--language', help='language switch, default cpp')
32 arguments = parser.parse_args()