mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
51 lines
2.9 KiB
JSON
51 lines
2.9 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",
|
|
"--confirm-copy ": "confirm copy",
|
|
"--confirm-move ": "confirm move",
|
|
"--html-dialogs ": "use html dialogs",
|
|
"--open ": "open web browser when server started",
|
|
"--name ": "set tab name in web browser",
|
|
"--one-file-panel ": "show one file panel",
|
|
"--keys-panel ": "show keys panel",
|
|
"--config-dialog ": "enable config dialog",
|
|
"--console ": "enable console",
|
|
"--sync-console-path ": "sync console path",
|
|
"--contact ": "enable contact",
|
|
"--terminal ": "enable terminal",
|
|
"--terminal-path ": "set terminal path",
|
|
"--vim ": "enable vim hot keys",
|
|
"--columns ": "set visible columns",
|
|
"--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-name ": "set default tab name in web browser",
|
|
"--no-one-panel ": "show two file panels",
|
|
"--no-keys-panel ": "hide keys panel",
|
|
"--no-one-file-panel ": "show two file panels",
|
|
"--no-progress ": "do not show progress of file operations",
|
|
"--no-confirm-copy ": "do not confirm copy",
|
|
"--no-confirm-move ": "do not confirm move",
|
|
"--no-html-dialogs ": "do not use html dialogs",
|
|
"--no-config-dialog ": "disable config dialog",
|
|
"--no-console ": "disable console",
|
|
"--no-sync-console-path ": "do not sync console path",
|
|
"--no-contact ": "disable contact",
|
|
"--no-terminal ": "disable terminal",
|
|
"--no-vim ": "disable vim hot keys",
|
|
"--no-columns ": "set default visible columns"
|
|
}
|