feature(cloudcmd) --terminal-command: command to run in terminal (shell by default)

This commit is contained in:
coderaiser 2018-09-27 13:50:17 +03:00
parent 8660c06097
commit 7d552b4089
7 changed files with 17 additions and 0 deletions

View file

@ -27,6 +27,7 @@
"syncConsolePath": false,
"terminal": false,
"terminalPath": "",
"terminalCommand": "",
"showConfig": false,
"showFileName": false,
"vim": false,

View file

@ -27,6 +27,7 @@
"--contact ": "enable contact",
"--terminal ": "enable terminal",
"--terminal-path ": "set terminal path",
"--terminal-command ": "set command to run in terminal (shell by default)",
"--vim ": "enable vim hot keys",
"--columns ": "set visible columns",
"--export ": "enable export of config through a server",
@ -53,6 +54,7 @@
"--no-sync-console-path ": "do not sync console path",
"--no-contact ": "disable contact",
"--no-terminal ": "disable terminal",
"--no-terminal-command ": "set default shell to run in terminal",
"--no-vim ": "disable vim hot keys",
"--no-columns ": "set default visible columns",
"--no-export ": "disable export config through a server",