[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.17 (#130)

Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(Jun 16, 2026, 1:49 PM +0330) 9db9d994 314d836c

+8 -11
-5
.changeset/cold-eggs-wonder.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - feat(commander): support completions for positional arguments
-5
.changeset/free-doors-fix.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - feat(commander): use commander for determining integration details (#131)
+7
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.17 4 + 5 + ### Patch Changes 6 + 7 + - 53ea5e1: feat(commander): support completions for positional arguments 8 + - 314d836: feat(commander): use commander for determining integration details (#131) 9 + 3 10 ## 0.0.16 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.16", 3 + "version": "0.0.17", 4 4 "type": "module", 5 5 "bin": { 6 6 "tab": "./dist/bin/cli.mjs"