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
5
app.json
5
app.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue