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

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

authored by

bombshell-bot[bot]
github-actions[bot]
and committed by
GitHub
(Dec 11, 2025, 4:20 PM +0330) 71152e69 56ead324

+8 -11
-5
.changeset/curvy-clouds-hide.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - Fix PowerShell completion argument parsing
-5
.changeset/stupid-kiwis-fold.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - switching command execution from execSync (string-based, shell-parsed) to spawnSync with an argv array. this ensures trailing "" arguments are not dropped during shell re-parsing
+7
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.10 4 + 5 + ### Patch Changes 6 + 7 + - 060c025: Fix PowerShell completion argument parsing 8 + - 5832a09: switching command execution from execSync (string-based, shell-parsed) to spawnSync with an argv array. this ensures trailing "" arguments are not dropped during shell re-parsing 9 + 3 10 ## 0.0.9 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.9", 3 + "version": "0.0.10", 4 4 "main": "./dist/t.js", 5 5 "types": "./dist/t.d.ts", 6 6 "type": "module",