fix(run): allow messages to start with dash (-) (#4904)

This commit is contained in:
U Cirello
2025-12-02 10:52:05 -08:00
committed by GitHub
parent d9b0848a61
commit 6ce1de476a
3 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ process.on("uncaughtException", (e) => {
})
const cli = yargs(hideBin(process.argv))
.parserConfiguration({ "populate--": true })
.scriptName("opencode")
.help("help", "show help")
.alias("help", "h")