Skip to content

Commit daa9032

Browse files
committed
fix(cli): disable yargs wrapping to prevent logo distortion
1 parent 00637c0 commit daa9032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ process.on("uncaughtException", (e) => {
4242
const cli = yargs(hideBin(process.argv))
4343
.parserConfiguration({ "populate--": true })
4444
.scriptName("opencode")
45-
.wrap(100)
45+
.wrap(null)
4646
.help("help", "show help")
4747
.alias("help", "h")
4848
.version("version", "show version number", Installation.VERSION)

0 commit comments

Comments
 (0)