mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --show-file-name to add file name title in view and edit (#183)
This commit is contained in:
parent
ce0938ea11
commit
f04808c709
9 changed files with 53 additions and 16 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"-p, --password ": "set password",
|
||||
"-c, --config ": "configuration file path",
|
||||
"--show-config ": "show config values",
|
||||
"--show-file-name ": "show file name in view and edit",
|
||||
"--editor ": "set editor: \"dword\", \"edward\" or \"deepword\"",
|
||||
"--packer ": "set packer: \"tar\" or \"zip\"",
|
||||
"--root ": "set root directory",
|
||||
|
|
@ -57,5 +58,6 @@
|
|||
"--no-export ": "disable export config through a server",
|
||||
"--no-import ": "disable import of config",
|
||||
"--no-import-listen ": "disable listen on config updates from import server",
|
||||
"--no-log ": "disable logging"
|
||||
"--no-log ": "disable logging",
|
||||
"--no-show-file-name ": "do not show file name in view and edit"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue