[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 (#114)

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
(Apr 28, 2026, 9:05 PM +0330) 8ea011d7 a2ad1334

+7 -6
-5
.changeset/chatty-wings-melt.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - fix positional argument completion broken after flags
+6
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.15 4 + 5 + ### Patch Changes 6 + 7 + - a9d4f04: fix positional argument completion broken after flags 8 + 3 9 ## 0.0.14 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.14", 3 + "version": "0.0.15", 4 4 "type": "module", 5 5 "bin": { 6 6 "tab": "./dist/bin/cli.mjs"