From 043e84c1da23f92a2da8c4477e799a765bd5dfbf Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 3 Jun 2024 13:03:44 -0600 Subject: [PATCH] fix: valid mdx --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index a5f7d9bd..33d0ed89 100644 --- a/docs/features.md +++ b/docs/features.md @@ -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 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 # lists all commands starting with 'p' for completion