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

@ -38,6 +38,7 @@ programs in browser from any computer, mobile or tablet device.
--progress show progress of file operations
--open open web browser when server started
--one-panel-mode set one panel mode
--config-dialog enable config dialog
--no-auth disable authorization
--no-server do not start server
--no-online load scripts from local server
@ -45,6 +46,7 @@ programs in browser from any computer, mobile or tablet device.
--no-minify disable minification
--no-progress do not show progress of file operations
--no-one-panel-mode unset one panel mode
--no-config-dialog disable config dialog
.SH RESOURCES AND DOCUMENTATION