Skip to content

Commit f1f70d0

Browse files
committed
fix bug with release index.js
1 parent c4b8101 commit f1f70d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-app/release/index.js

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

0 commit comments

Comments
 (0)