aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/advanced/1-completion.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/advanced/1-completion.md')
-rw-r--r--docs/pages/advanced/1-completion.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/pages/advanced/1-completion.md b/docs/pages/advanced/1-completion.md
index 52350db..f70d415 100644
--- a/docs/pages/advanced/1-completion.md
+++ b/docs/pages/advanced/1-completion.md
@@ -24,8 +24,6 @@ features = [
When the user presses `TAB`, the completion script calls the program's hidden subcommand `__comp`, which dynamically queries the best suggestions based on the provided `ShellContext`.
-This hidden subcommand is auto-generated by `gen_program!()` when the `comp` feature is enabled. Its dispatcher is `CMDCompletion` — you need to add it to your program via `with_dispatcher`.
-
Completion flow:
1. Re-match the user's current input to a `Dispatcher`