chore: add OPENCODE env var (#1780)
This commit is contained in:
parent
62b8c7aee0
commit
8ed72ae087
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ const cli = yargs(hideBin(process.argv))
|
||||||
})(),
|
})(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
process.env["OPENCODE"] = "1"
|
||||||
|
|
||||||
Log.Default.info("opencode", {
|
Log.Default.info("opencode", {
|
||||||
version: Installation.VERSION,
|
version: Installation.VERSION,
|
||||||
args: process.argv.slice(2),
|
args: process.argv.slice(2),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue