mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: add ability to hide dot files (#307)
This commit is contained in:
parent
9dbd812b3d
commit
ddf4542b75
11 changed files with 203 additions and 126 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-dot-files show dot files
|
||||
--show-file-name show file name in view and edit modes
|
||||
--editor set editor: "dword", "edward" or "deepword"
|
||||
--packer set packer: "tar" or "zip"
|
||||
|
|
@ -66,6 +67,7 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--dropbox-token set dropbox token
|
||||
--log enable logging
|
||||
--no-show-config do not show config values
|
||||
--no-show-dot-files do not show dot files
|
||||
--no-server do not start server
|
||||
--no-auth disable authorization
|
||||
--no-online load scripts from local server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue