cloudcmd/json/bin.json
2015-03-31 04:53:32 -04:00

14 lines
615 B
JSON

{
"-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",
"--port " : "set port number",
"--no-auth " : "disable authorization",
"--no-server " : "do not start server",
"--no-online " : "load scripts from local server"
}