mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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
|
|
@ -19,7 +19,9 @@
|
|||
"--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-panel-mode ": "show one file panel (deprecated use --one-file-panel instead)",
|
||||
"--one-file-panel ": "show one file panel",
|
||||
"--keys-panel ": "show keys panel",
|
||||
"--config-dialog ": "enable config dialog",
|
||||
"--console ": "enable console",
|
||||
"--sync-console-path ": "sync console path",
|
||||
|
|
@ -28,14 +30,15 @@
|
|||
"--terminal-path ": "set terminal path",
|
||||
"--vim ": "enable vim hot keys",
|
||||
"--columns ": "set visible columns",
|
||||
"--keys-panel ": "show keys panel",
|
||||
"--cache ": "enable cache",
|
||||
"--no-server ": "do not start server",
|
||||
"--no-auth ": "disable authorization",
|
||||
"--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-panel ": "show two file panels",
|
||||
"--no-keys-panel ": "hide keys panel",
|
||||
"--no-one-file-panel ": "show two file panels",
|
||||
"--no-progress ": "do not show progress of file operations",
|
||||
"--no-confirm-copy ": "do not confirm copy",
|
||||
"--no-confirm-move ": "do not confirm move",
|
||||
|
|
@ -46,7 +49,6 @@
|
|||
"--no-contact ": "disable contact",
|
||||
"--no-terminal ": "disable terminal",
|
||||
"--no-vim ": "disable vim hot keys",
|
||||
"--no-keys-panel ": "hide keys panel",
|
||||
"--no-columns ": "set default visible columns",
|
||||
"--no-cache ": "disable cache"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue