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

@ -52,6 +52,11 @@
"value": "gritty",
"required": false
},
"CLOUDCMD_TERMINAL_COMMAND": {
"description": "set command to run in terminal (shell by default)",
"value": "",
"required": false
},
"CLOUDCMD_CONFIG_DIALOG": {
"description": "show config dialog",
"value": "false",