Skip to content

Commit 6b26e86

Browse files
committed
fixing locale wip
1 parent 1ac674c commit 6b26e86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ process.on("SIGHUP", () => process.exit())
5454
let cli = yargs(hideBin(process.argv))
5555
.parserConfiguration({ "populate--": true })
5656
.scriptName("mammouth")
57+
.locale("en")
5758
.wrap(100)
5859
.help("help", "show help")
5960
.alias("help", "h")

0 commit comments

Comments
 (0)