Skip to content

Releases: bombshell-dev/tab

v0.0.10

11 Dec 12:50
71152e6

Choose a tag to compare

Patch Changes

  • 060c025: Fix PowerShell completion argument parsing
  • 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

v0.0.9

03 Nov 14:34
7059386

Choose a tag to compare

Patch Changes

  • d6cdbe4: fix(cli): use the globally installed version for shell completions

v0.0.8

30 Oct 14:02
5d9340d

Choose a tag to compare

Patch Changes

  • 86b24d4: parse args manually for tab's cli instead of using cac

v0.0.7

23 Oct 09:35
cf7a727

Choose a tag to compare

Patch Changes

  • 7178288: fix: use npx for portable completion scripts instead of absolute paths
  • 8defa6f: npm exec support

v0.0.6

16 Oct 11:56
0a377c6

Choose a tag to compare

Patch Changes

  • 5f929c4: fix: citty should not throw an error when there is no subcommand
  • 9aa80ef: remove mri dep

v0.0.5

05 Oct 14:18
a89b610

Choose a tag to compare

Patch Changes

v0.0.4

26 Sep 12:16
0d7e0ff

Choose a tag to compare

Patch Changes

v0.0.3

21 Aug 09:56
44f9091

Choose a tag to compare

Patch Changes

  • 1655153: Update package metadata with repo URL.