mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) --terminal-command: command to run in terminal (shell by default)
This commit is contained in:
parent
8660c06097
commit
7d552b4089
7 changed files with 17 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"syncConsolePath": false,
|
||||
"terminal": false,
|
||||
"terminalPath": "",
|
||||
"terminalCommand": "",
|
||||
"showConfig": false,
|
||||
"showFileName": false,
|
||||
"vim": false,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue