mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add env var CLOUDCMD_CONFIG_DIALOG
This commit is contained in:
parent
85676cf023
commit
f1310f303f
3 changed files with 7 additions and 1 deletions
5
app.json
5
app.json
|
|
@ -26,6 +26,11 @@
|
|||
"description": "set terminal path",
|
||||
"value": "gritty",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CONFIG_DIALOG": {
|
||||
"description": "show config dialog",
|
||||
"value": "false",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue