feature(bin) add --no-online, --no-auth, --no-server

This commit is contained in:
coderaiser 2015-03-25 04:40:00 -04:00
parent 249e6ccb0d
commit 54ee683838
3 changed files with 18 additions and 23 deletions

View file

@ -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"
}