mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 01:39:12 +00:00
fix(run): allow messages to start with dash (-) (#4904)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user