Searched defs:AllArgs (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.cpp | 148 struct AllArgs { struct 150 ark::PandArg<bool> opHelp {"help", false, "Print this message and exit"}; 151 ark::PandArg<bool> opVersion {"version", false, "Print message with version and exit"}; 154 ark::PandArg<std::string> inputExtension {"extension", "", 156 ark::PandArg<bool> opModule {"module", false, "Parse the input as module (JS only option)"}; 157 ark::PandArg<bool> opParseOnly {"parse-only", false, "Parse the input only"}; 158 ark::PandArg<bool> opDumpAst {"dump-ast", false, "Dump the parsed AST"}; 159 ark::PandArg<bool> opDumpAstOnlySilent {"dump-ast-only-silent", false, 161 ark::PandArg<bool> opDumpCheckedAst {"dump-dynamic-ast", false, 163 …ndArg<bool> opListFiles {"list-files", false, "Print names of files that are part of compilation"}; [all …]
|