We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ad133 commit 998173eCopy full SHA for 998173e
3 files changed
.changeset/chatty-wings-melt.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @bombsh/tab
2
3
+## 0.0.15
4
+
5
+### Patch Changes
6
7
+- a9d4f04: fix positional argument completion broken after flags
8
9
## 0.0.14
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@bomb.sh/tab",
- "version": "0.0.14",
+ "version": "0.0.15",
"type": "module",
"bin": {
"tab": "./dist/bin/cli.mjs"
0 commit comments