feat: add bash shell completions (#6239)

This commit is contained in:
scarf 2025-12-28 10:14:56 +09:00 committed by GitHub
parent 2c0d9a46cb
commit e35d97f9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ const cli = yargs(hideBin(process.argv))
})
})
.usage("\n" + UI.logo())
.completion("completion", "generate shell completion script")
.command(AcpCommand)
.command(McpCommand)
.command(TuiThreadCommand)