mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
13 lines
567 B
JSON
13 lines
567 B
JSON
{
|
|
"-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",
|
|
"-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"
|
|
}
|