mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) --progress-of-copying, --no-progress-of-copying
This commit is contained in:
parent
ab570a9f05
commit
67ad1f9564
1 changed files with 18 additions and 16 deletions
|
|
@ -1,18 +1,20 @@
|
|||
{
|
||||
"-h, --help " : "display this help and exit",
|
||||
"-v, --version " : "display version and exit",
|
||||
"-s, --save " : "save configuration",
|
||||
"-o, --online " : "load scripts from remote servers",
|
||||
"-a, --auth " : "enable authorization",
|
||||
"-u, --username " : "set username",
|
||||
"-p, --password " : "set password",
|
||||
"-c, --config " : "configuration file path",
|
||||
"--editor " : "set editor: \"dword\" or \"edward\"",
|
||||
"--root " : "set root directory",
|
||||
"--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"
|
||||
"-h, --help " : "display this help and exit",
|
||||
"-v, --version " : "display version and exit",
|
||||
"-s, --save " : "save configuration",
|
||||
"-o, --online " : "load scripts from remote servers",
|
||||
"-a, --auth " : "enable authorization",
|
||||
"-u, --username " : "set username",
|
||||
"-p, --password " : "set password",
|
||||
"-c, --config " : "configuration file path",
|
||||
"--editor " : "set editor: \"dword\" or \"edward\"",
|
||||
"--root " : "set root directory",
|
||||
"--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-of-copying" : "show progress of copying",
|
||||
"--no-progress-of-copying" : "not show progress of copying"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue