mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(bin) change params order
This commit is contained in:
parent
34310684f2
commit
1086ece85d
2 changed files with 9 additions and 9 deletions
|
|
@ -11,11 +11,11 @@
|
|||
"--root ": "set root directory",
|
||||
"--prefix ": "set url prefix",
|
||||
"--port ": "set port number",
|
||||
"--no-auth ": "disable authorization",
|
||||
"--no-server ": "do not start server",
|
||||
"--no-online ": "load scripts from local server",
|
||||
"--minify ": "enable minification",
|
||||
"--no-minify ": "disable minification",
|
||||
"--progress ": "show progress of file operations",
|
||||
"--no-progress ": "not show progress of file operations"
|
||||
"--no-server ": "do not start server",
|
||||
"--no-auth ": "disable authorization",
|
||||
"--no-online ": "load scripts from local server",
|
||||
"--no-minify ": "disable minification",
|
||||
"--no-progress ": "do not show progress of file operations"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue