mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(json) bin -> help
This commit is contained in:
parent
0fe40b5283
commit
1ce8a78e04
2 changed files with 1 additions and 1 deletions
25
json/help.json
Normal file
25
json/help.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"-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",
|
||||
"--html-dialogs ": "use html dialogs",
|
||||
"--open ": "open web browser when server started",
|
||||
"--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-minify ": "disable minification",
|
||||
"--no-progress ": "do not show progress of file operations",
|
||||
"--no-html-dialogs ": "do not use html dialogs"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue