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

@ -31,6 +31,7 @@ programs in browser from any computer, mobile or tablet device.
-p, --password set password
-c, --config configuration file path
--show-config show config values
--show-file-name show file name in view and edit modes
--editor set editor: "dword", "edward" or "deepword"
--packer set packer: "tar" or "zip"
--root set root directory
@ -81,6 +82,7 @@ programs in browser from any computer, mobile or tablet device.
--no-import-url url of an import server
--no-import-listen disable listen on config updates from import server
--no-log disable logging
--no-show-file-name do not show file name in view and edit modes
.SH RESOURCES AND DOCUMENTATION