feat: add bash shell completions (#6239)

This commit is contained in:
scarf
2025-12-28 10:14:56 +09:00
committed by GitHub
parent a126bd3b85
commit 90fab5f907
+1
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)