mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) --html-dialogs: is not cloudcmd option (#97)
This commit is contained in:
parent
59e9ae9480
commit
5023fc5c90
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ const args = require('minimist')(argv.slice(2), {
|
|||
'progress',
|
||||
'config-dialog',
|
||||
'console',
|
||||
'one-panel-mode'
|
||||
'one-panel-mode',
|
||||
'html-dialogs'
|
||||
],
|
||||
default: {
|
||||
server : true,
|
||||
|
|
@ -53,6 +54,7 @@ const args = require('minimist')(argv.slice(2), {
|
|||
|
||||
'config-dialog': config('configDialog'),
|
||||
'one-panel-mode': config('onePanelMode'),
|
||||
'html-dialogs': config('htmlDialogs')
|
||||
},
|
||||
alias: {
|
||||
v: 'version',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue