Skip to content
代码片段 群组 项目
提交 aa9f98b0 编辑于 作者: Jing Teng's avatar Jing Teng 提交者: Timotej Ecimovic
浏览文件

fixing --noServer arg parsing issue

上级 1a6a0795
No related branches found
No related tags found
无相关合并请求
......@@ -132,6 +132,7 @@ export function processCommandLineArguments(argv: string[]) {
})
.options('noServer', {
desc: "Don't run the http or IPC server. You should probably also specify -noUi with this.",
type: 'boolean',
default: false,
})
.options('genResultFile', {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册