Skip to content

Commit

Permalink
fix: valid mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 3, 2024
1 parent db8a893 commit 043e84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ oclif can package your CLI into [different installers](releasing.md) that don't

### Autocomplete

Include terminal autocompletion for your CLI with the [plugin-autocomplete](https://github.com/oclif/plugin-autocomplete). After the autocomplete feature is configured, users can complete command names and flag names by pressing the <TAB> key.
Include terminal autocompletion for your CLI with the [plugin-autocomplete](https://github.com/oclif/plugin-autocomplete). After the autocomplete feature is configured, users can complete command names and flag names by pressing the `tab` key.

```bash
$ my-cli p<tab><tab> # lists all commands starting with 'p' for completion
Expand Down

0 comments on commit 043e84c

Please sign in to comment.