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 3f0ac3b commit aee0186Copy full SHA for aee0186
README.md
@@ -14,8 +14,17 @@ pnpm tsx demo.ts complete -- --po
14
15
- [x] tests vitest (this should mostly test the completions array, e.g. logs)
16
- [x] powershell completions generation
17
-- [] citty support `@bomsh/tab/citty`
+- [x] citty support `@bomsh/tab/citty`
18
- [] `@bombsh/tab`
19
20
- [] fish
21
- [] bash
22
+
23
+```ts
24
+const completion = new Completion()
25
+completion.addCommand()
26
+completion.addOption()
27
28
+// better name
29
+completion.parse()
30
+```
0 commit comments