mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-17 06:44:57 +01:00
run formatter
This commit is contained in:
@@ -27,6 +27,7 @@ cli.command("", "Start the opencode in interactive mode").action(async () => {
|
||||
if (!(await file.exists())) {
|
||||
console.log("installing tui binary...")
|
||||
await Bun.write(file, blob, { mode: 0o755 })
|
||||
await fs.chmod(binary, 0o755)
|
||||
}
|
||||
cwd = process.cwd()
|
||||
cmd = [binary]
|
||||
|
||||
Reference in New Issue
Block a user