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