Skip to content

Commit 293ad9f

Browse files
docs: update readme.md
1 parent 5a7446f commit 293ad9f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
353357
Q: **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

0 commit comments

Comments
 (0)