mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 13:13:10 +00:00
feature(cloudcmd) add --prefix
This commit is contained in:
parent
6b3fbbe9fd
commit
d62049cd59
6 changed files with 19 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@
|
|||
"port": 8000,
|
||||
"ip": null,
|
||||
"root": "/",
|
||||
"prefix": "",
|
||||
"progress": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue