File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,10 @@ async function handlePlay(interaction: Command['play']) {
348348}
349349` ` `
350350
351+ ### Autocomplete commands
352+
353+ Version 0.2 adds support for autocomplete commands.
354+
351355## FAQ
352356
353357Q: **Does this package support CommonJS (require)**
@@ -389,11 +393,12 @@ await writeFile('./path/to/commands.ts', output);
389393## Todo
390394
391395- [x] **docs**: Improve readme docs
396+ - [x] **feat**: Add support for autocomplete interactions
397+ - [ ] **docs**: Document autocomplete interactions
392398- [ ] **docs**: Provide internal docs
393399- [ ] **test**: Test support for yarn and pnpm
394400- [ ] **test**: Add husky hooks
395401- [ ] **refactor**: Confine public exports
396- - [ ] **idea**: Research on "autocomplete" and other interaction types
397402
398403## Changelog
399404
You can’t perform that action at this time.
0 commit comments