···11----
22-'@bomb.sh/tab': patch
33----
44-55-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
···11# @bombsh/tab
2233+## 0.0.10
44+55+### Patch Changes
66+77+- 060c025: Fix PowerShell completion argument parsing
88+- 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
99+310## 0.0.9
411512### Patch Changes