cloudcmd/json/help.json

36 lines
2.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",
"--show-config ": "show config values",
"--editor ": "set editor: \"dword\", \"edward\" or \"deepword\"",
"--packer ": "set packer: \"tar\" or \"zip\"",
"--root ": "set root directory",
"--prefix ": "set url prefix",
"--port ": "set port number",
"--progress ": "show progress of file operations",
"--html-dialogs ": "use html dialogs",
"--one-panel-mode ": "set one panel mode",
"--config-dialog ": "enable config dialog",
"--console ": "enable console",
"--terminal ": "enable terminal",
"--terminal-path ": "set terminal path",
"--open ": "open web browser when server started",
"--name ": "set tab name in web browser",
"--no-server ": "do not start server",
"--no-auth ": "disable authorization",
"--no-online ": "load scripts from local server",
"--no-open ": "do not open web browser when server started",
"--no-progress ": "do not show progress of file operations",
"--no-html-dialogs ": "do not use html dialogs",
"--no-one-panel-mode ": "unset one panel mode",
"--no-config-dialog ": "disable config dialog",
"--no-console ": "disable console",
"--no-terminal ": "disable terminal",
"--no-name ": "set default tab name in web browser"
}