feature(cloudcmd) add --no-config-dialog: add ability to hide config dialog (#65)

This commit is contained in:
coderaiser 2016-11-07 20:38:29 +02:00
parent 0f79fc3037
commit b4c5b5a77a
10 changed files with 131 additions and 32 deletions

View file

@ -14,6 +14,7 @@
"--minify ": "enable minification",
"--progress ": "show progress of file operations",
"--one-panel-mode ": "set one panel mode",
"--config-dialog ": "enable config dialog",
"--open ": "open web browser when server started",
"--no-server ": "do not start server",
"--no-auth ": "disable authorization",
@ -21,5 +22,6 @@
"--no-open ": "do not open web browser when server started",
"--no-minify ": "disable minification",
"--no-progress ": "do not show progress of file operations",
"--no-one-panel-mode ": "unset one panel mode"
"--no-one-panel-mode ": "unset one panel mode",
"--no-config-dialog ": "disable config dialog"
}