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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue