feature(cloudcmd) add --sync-console-path

This commit is contained in:
coderaiser 2018-03-20 17:34:52 +02:00
parent f680180d95
commit 293043999c
10 changed files with 58 additions and 10 deletions

View file

@ -27,6 +27,7 @@
"configDialog": true,
"onePanelMode": false,
"console": true,
"syncConsolePath": false,
"terminal": false,
"terminalPath": "",
"showConfig": false,

View file

@ -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",