Skip to content

Commit aee0186

Browse files
committed
update readme roadmap
1 parent 3f0ac3b commit aee0186

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ pnpm tsx demo.ts complete -- --po
1414

1515
- [x] tests vitest (this should mostly test the completions array, e.g. logs)
1616
- [x] powershell completions generation
17-
- [] citty support `@bomsh/tab/citty`
17+
- [x] citty support `@bomsh/tab/citty`
1818
- [] `@bombsh/tab`
1919

2020
- [] fish
2121
- [] 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

Comments
 (0)