Lines Matching refs:action
40 parser.add_argument('-a', '--all', action='store_true', help='run all test cases on path')
49 parser.add_argument('-d', '--debug', action='store_true', help='run on debug mode')
50 parser.add_argument('--arm64', action='store_true', help='run on arm64 platform')
51 parser.add_argument('--device', action='store_true', help='run on device')
53 parser.add_argument('-m', '--module', action='store_true', help='frontend compile with module')
57 parser.add_argument('-i', '--info', action='store_true', help='add log level of info to args')
58 parser.add_argument('-c', '--clean', action='store_true', help='clean output files')
59 parser.add_argument('--npm', action='store_true', help='npm install')
60 parser.add_argument('--bt', dest='builtin', action='store_true', help='aot compile with lib_ark_builtins.d.ts')
61 parser.add_argument('--pgo', action='store_true',
69 parser.add_argument('-e', '--env', action='store_true', help='print LD_LIBRARY_PATH')