feature(cloudcmd) add --open: open browser when server started

This commit is contained in:
coderaiser 2016-05-12 20:23:16 +03:00
parent d2cc38dd50
commit 36dcb9a074
7 changed files with 21 additions and 2 deletions

View file

@ -37,9 +37,11 @@ programs in browser from any computer, mobile or tablet device.
--minify enable minification
--progress show progress of file operations
--html-dialogs use html dialogs
--open open web browser when server started
--no-auth disable authorization
--no-server do not start server
--no-online load scripts from local server
--no-open do not open web browser when server started
--no-minify disable minification
--no-progress do not show progress of file operations
--no-html-dialogs do not use html dialogs
@ -47,3 +49,4 @@ programs in browser from any computer, mobile or tablet device.
.SH RESOURCES AND DOCUMENTATION
General help using Cloud Commander: <http://cloudcmd.io>