mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --sync-console-path
This commit is contained in:
parent
f680180d95
commit
293043999c
10 changed files with 58 additions and 10 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"configDialog": true,
|
||||
"onePanelMode": false,
|
||||
"console": true,
|
||||
"syncConsolePath": false,
|
||||
"terminal": false,
|
||||
"terminalPath": "",
|
||||
"showConfig": false,
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
"--one-panel-mode ": "set one panel mode",
|
||||
"--config-dialog ": "enable config dialog",
|
||||
"--console ": "enable console",
|
||||
"--sync-console-path ": "sync console path",
|
||||
"--contact ": "enable contact",
|
||||
"--terminal ": "enable terminal",
|
||||
"--terminal-path ": "set terminal path",
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
"--no-html-dialogs ": "do not use html dialogs",
|
||||
"--no-config-dialog ": "disable config dialog",
|
||||
"--no-console ": "disable console",
|
||||
"--no-sync-console-path ": "do not sync console path",
|
||||
"--no-contact ": "disable contact",
|
||||
"--no-terminal ": "disable terminal",
|
||||
"--no-vim ": "disable vim hot keys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue