mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add ability to override editor with CLOUDCMD_EDITOR environment variable
This commit is contained in:
parent
c71d087695
commit
958973b57c
3 changed files with 7 additions and 1 deletions
5
app.json
5
app.json
|
|
@ -17,6 +17,11 @@
|
|||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_EDITOR": {
|
||||
"description": "set editor",
|
||||
"value": "edward",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_TERMINAL": {
|
||||
"description": "enable terminal",
|
||||
"value": "true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue