Skip to content

Commit 69ea9d9

Browse files
committed
redirect --help to binary
1 parent bd9a723 commit 69ea9d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-app/release/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ const program = new Command()
422422
program
423423
.name('codebuff')
424424
.description('AI coding agent')
425+
.helpOoption(false)
425426
.option('-p, --print', 'print mode - suppress wrapper output')
426427
.allowUnknownOption()
427428
.parse()

0 commit comments

Comments
 (0)