mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
14 lines
620 B
JSON
14 lines
620 B
JSON
{
|
|
"-h, --help " : "display this help and exit",
|
|
"-v, --version " : "output version information and exit",
|
|
"-s, --save " : "save options",
|
|
"-o, --online " : "load scripts from remote servers",
|
|
"-a, --auth " : "enable authorization",
|
|
"-u, --username " : "set username",
|
|
"-p, --password " : "set password",
|
|
"-c, --config " : "configuration file path",
|
|
"--port " : "set port number",
|
|
"--no-auth " : "disable authorization",
|
|
"--no-server " : "do not start server",
|
|
"--no-online " : "load scripts from local server"
|
|
}
|