[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release version 0.0.20 (#140)

authored by

bombshell-bot[bot] and committed by
GitHub
(Jul 19, 2026, 11:19 AM +0330) f1d7eecd d1086c7a

+7 -6
-5
.changeset/two-teeth-hug.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - fix: invoke the cli by its program name in generated completion scripts
+6
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.20 4 + 5 + ### Patch Changes 6 + 7 + - e01ce05: fix: invoke the cli by its program name in generated completion scripts 8 + 3 9 ## 0.0.19 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.19", 3 + "version": "0.0.20", 4 4 "type": "module", 5 5 "bin": { 6 6 "tab": "./dist/bin/cli.mjs"