|
@@ -43,6 +43,7 @@ process.on("uncaughtException", (e) => {
|
|
|
const cli = yargs(hideBin(process.argv))
|
|
const cli = yargs(hideBin(process.argv))
|
|
|
.parserConfiguration({ "populate--": true })
|
|
.parserConfiguration({ "populate--": true })
|
|
|
.scriptName("opencode")
|
|
.scriptName("opencode")
|
|
|
|
|
+ .wrap(100)
|
|
|
.help("help", "show help")
|
|
.help("help", "show help")
|
|
|
.alias("help", "h")
|
|
.alias("help", "h")
|
|
|
.version("version", "show version number", Installation.VERSION)
|
|
.version("version", "show version number", Installation.VERSION)
|