aboutsummaryrefslogtreecommitdiff
path: root/examples/example-implicit-dispatcher
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-implicit-dispatcher')
-rw-r--r--examples/example-implicit-dispatcher/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-implicit-dispatcher/page.toml b/examples/example-implicit-dispatcher/page.toml
index 2812b79..4bea717 100644
--- a/examples/example-implicit-dispatcher/page.toml
+++ b/examples/example-implicit-dispatcher/page.toml
@@ -4,7 +4,7 @@ name = "Implicit Dispatcher"
icon = "🫥"
category = "dispatch"
desc = """
-Example Implicit Dispatcher
+Shows the abbreviated `dispatcher!("cmd.path")` syntax from `extra_macros` that auto-derives struct names from the command path.
"""
tags = ["implicit"]
files = ["src/main.rs", "Cargo.toml"]