You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ npx @bomb.sh/tab yarn fish > ~/.config/fish/completions/yarn.fish
33
33
npx @bomb.sh/tab bun powershell >>$PROFILE
34
34
```
35
35
36
-
You'd get smart completions for all commands and options, and dynamic option values e.g., `--reporter=<TAB>`. and its always up-to-date (parsed from live help output)
37
-
36
+
You'd get completions for all commands and options, and dynamic option values e.g., `--reporter=<TAB>`.
38
37
**Example in action:**
39
38
40
39
```bash
@@ -50,7 +49,7 @@ yarn add --emoji=<TAB>
50
49
51
50
### CLI Framework Integration
52
51
53
-
For your own CLI tools, tab provides seamless integration with popular frameworks:
52
+
For your own CLI tools, tab provides integration with popular frameworks:
0 commit comments