mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature(cloudcmd) deprecate --one-panel-mode in favour --one-file-panel
This commit is contained in:
parent
697df5846f
commit
9963577a65
13 changed files with 94 additions and 37 deletions
|
|
@ -42,23 +42,25 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--html-dialogs use html dialogs
|
||||
--open open web browser when server started
|
||||
--name set tab name in web browser
|
||||
--one-panel-mode set one panel mode
|
||||
--one-panele-mode show one file panel (deprecated use --one-file-panel instead)
|
||||
--one-file-panele show one file panel
|
||||
--keys-panel show keys panel
|
||||
--contact enable contact
|
||||
--config-dialog enable config dialog
|
||||
--console enable console
|
||||
--sync-console-path sync console path
|
||||
--sync-console-path sync console path
|
||||
--terminal enable terminal
|
||||
--terminal-path set terminal path
|
||||
--vim enable vim hot keys
|
||||
--columns set visible columns
|
||||
--keys-panel show keys panel
|
||||
--cache enable cache
|
||||
--no-auth disable authorization
|
||||
--no-server do not start server
|
||||
--no-online load scripts from local server
|
||||
--no-open do not open web browser when server started
|
||||
--no-name set default tab name in web browser
|
||||
--no-one-panel-mode unset one panel mode
|
||||
--no-one-file-panel show two file panels
|
||||
--no-keys-panel hide keys panel
|
||||
--no-progress do not show progress of file operations
|
||||
--no-confirm-copy do not confirm copy
|
||||
--no-confirm-move do not confirm move
|
||||
|
|
@ -70,7 +72,6 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--no-terminal disable terminal
|
||||
--no-vim disable vim hot keys
|
||||
--no-columns set visible default columns
|
||||
--no-keys-panel hide keys panel
|
||||
--no-cache disable cache
|
||||
|
||||
.SH RESOURCES AND DOCUMENTATION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue