cloudcmd/json/bin.json
2015-08-12 06:12:26 -04:00

21 lines
1.1 KiB
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",
"--editor ": "set editor: \"dword\" or \"edward\"",
"--root ": "set root directory",
"--prefix ": "set url prefix",
"--port ": "set port number",
"--minify ": "enable minification",
"--progress ": "show progress of file operations",
"--no-server ": "do not start server",
"--no-auth ": "disable authorization",
"--no-online ": "load scripts from local server",
"--no-minify ": "disable minification",
"--no-progress ": "do not show progress of file operations"
}