mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) add --no-online, --no-auth, --no-server
This commit is contained in:
parent
249e6ccb0d
commit
54ee683838
3 changed files with 18 additions and 23 deletions
|
|
@ -2,12 +2,12 @@
|
|||
"-h, --help " : "display this help and exit",
|
||||
"-v, --version " : "output version information and exit",
|
||||
"-s, --save " : "save options",
|
||||
"-on, --online " : "load scripts from remote servers",
|
||||
"-off, --offline" : "load scripts from local server",
|
||||
"-o, --online " : "load scripts from remote servers",
|
||||
"-a, --auth " : "enable authorization",
|
||||
"-na, --noauth " : "disable authorization",
|
||||
"-p, --port " : "set port number",
|
||||
"-u, --username " : "set username",
|
||||
"-ps, --password" : "set password",
|
||||
"-ns, --noserver" : "do not start server"
|
||||
"--no-auth " : "disable authorization",
|
||||
"--no-server" : "do not start server",
|
||||
"--no-online" : "load scripts from local server"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue