[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

update readme roadmap

AmirSa12 (Dec 27, 2024, 10:58 AM +0330) aee0186d 3f0ac3bb

+10 -1
+10 -1
README.md
··· 14 14 15 15 - [x] tests vitest (this should mostly test the completions array, e.g. logs) 16 16 - [x] powershell completions generation 17 - - [] citty support `@bomsh/tab/citty` 17 + - [x] citty support `@bomsh/tab/citty` 18 18 - [] `@bombsh/tab` 19 19 20 20 - [] fish 21 21 - [] bash 22 + 23 + ```ts 24 + const completion = new Completion() 25 + completion.addCommand() 26 + completion.addOption() 27 + 28 + // better name 29 + completion.parse() 30 + ```