提交 c2dd35db 编写于 作者: J Jon Bockhorst

Fixed command line args with leading zeros

上级 1a0da289
......@@ -94,7 +94,8 @@ export const options: Option[] = [
{ id: 'trace-category-filter', type: 'string' },
{ id: 'trace-options', type: 'string' },
{ id: 'prof-code-loading', type: 'boolean' },
{ id: 'nodeless', type: 'boolean' } // TODO@ben revisit electron5 nodeless support
{ id: 'nodeless', type: 'boolean' }, // TODO@ben revisit electron5 nodeless support
{ id: '_', type: 'string' }
];
export function parseArgs(args: string[], isOptionSupported = (_: Option) => true): ParsedArgs {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册