Lines Matching refs:Register
53 Register("-j", 1, "Launch the js app in <directory>.");
54 Register("-n", 1, "Set the js app name show on <window title>.");
55 Register("-d", 0, "Run in debug mode and start debug server.");
56 Register("-p", 1, "Config debug server to listen <port>.");
57 Register("-s", 1, "Local socket name <socket-name> for command line interface.");
58 Register("-v", 0, "Print the periviewer engine version.");
59 Register("-h", 0, "Print the usage help.");
60 Register("-or", 2, "Original resolution <width> <height>"); // 2 arguments
61 Register("-cr", 2, "Compression resolution <width> <height>"); // 2 arguments
62 Register("-f", 1, "config path <path>");
63 Register("-hs", 1, "JS Heap <size>");
64 Register("-hf", 1, "JS Send Heap <flag>");
65 Register("-shape", 1, "Screen shape <shape>");
66 Register("-device", 1, "Device type <type>");
67 Register("-url", 1, "temp url");
68 Register("-refresh", 1, "Screen <refresh mode>, support region and full");
69 Register("-card", 1, "Controls the display <type> to switch between the app and card.");
70 Register("-projectID", 1, "the ID of current project.");
71 Register("-ts", 1, "Trace socket name");
72 Register("-cm", 1, "Set colormode for the theme.");
73 Register("-o", 1, "Set orientation for the display.");
74 Register("-lws", 1, "Listening port of WebSocket");
75 Register("-av", 1, "Set ace version.");
76 Register("-l", 1, "Set language for startParam.");
77 Register("-sd", 1, "Set screenDensity for Previewer.");
78 Register("-sm", 1, "Set Screen picture transport mode, support dynamic and static");
79 Register("-cc", 1, "Set Resource configChanges.");
80 Register("-arp", 1, "Set App ResourcePath.");
81 Register("-fs", 1, "Select Fonts sources.");
82 Register("-pm", 1, "Set project model type.");
83 Register("-pages", 1, "Set project's router config file path.");
84 Register("-hsp", 1, "Set container sdk path.");
85 Register("-cpm", 1, "Set previewer start mode.");
86 Register("-abp", 1, "Set abilityPath for debug.");
87 Register("-abn", 1, "Set abilityName for debug.");
88 Register("-staticCard", 1, "Set card mode.");
89 Register("-foldable", 1, "Set foldable for Previewer.");
90 Register("-foldStatus", 1, "Set fold status for Previewer.");
91 Register("-fr", 2, "Fold resolution <width> <height>"); // 2 arguments
92 Register("-ljPath", 1, "Set loader.json path for Previewer");
94 Register("-componentTest", 1, "Set component test config");
172 void CommandParser::Register(std::string key, uint32_t argc, std::string help)