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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue