feature(cloudcmd) add --show-file-name to add file name title in view and edit (#183)

This commit is contained in:
coderaiser 2018-09-10 11:58:01 +03:00
parent ce0938ea11
commit f04808c709
9 changed files with 53 additions and 16 deletions

View file

@ -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"
}