cloudcmd/json/bin.json

13 lines
567 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",
"-p, --port " : "set port number",
"-u, --username " : "set username",
"-ps, --password" : "set password",
"--no-auth " : "disable authorization",
"--no-server" : "do not start server",
"--no-online" : "load scripts from local server"
}