feat: add bash shell completions (#6239)
This commit is contained in:
parent
2c0d9a46cb
commit
e35d97f9d7
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ const cli = yargs(hideBin(process.argv))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.usage("\n" + UI.logo())
|
.usage("\n" + UI.logo())
|
||||||
|
.completion("completion", "generate shell completion script")
|
||||||
.command(AcpCommand)
|
.command(AcpCommand)
|
||||||
.command(McpCommand)
|
.command(McpCommand)
|
||||||
.command(TuiThreadCommand)
|
.command(TuiThreadCommand)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue