mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --no-config-dialog: add ability to hide config dialog (#65)
This commit is contained in:
parent
0f79fc3037
commit
b4c5b5a77a
10 changed files with 131 additions and 32 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue