feature(cloudcmd) add --prefix

This commit is contained in:
coderaiser 2015-08-10 07:39:24 -04:00
parent 6b3fbbe9fd
commit d62049cd59
6 changed files with 19 additions and 4 deletions

View file

@ -9,6 +9,7 @@
"-c, --config ": "configuration file path",
"--editor ": "set editor: \"dword\" or \"edward\"",
"--root ": "set root directory",
"--prefix ": "set url prefix",
"--port ": "set port number",
"--no-auth ": "disable authorization",
"--no-server ": "do not start server",

View file

@ -17,5 +17,6 @@
"port": 8000,
"ip": null,
"root": "/",
"prefix": "",
"progress": true
}