mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
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", {
|
||||
version: Installation.VERSION,
|
||||
args: process.argv.slice(2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue