diff options
Diffstat (limited to 'examples/example-dispatch-tree/page.toml')
| -rw-r--r-- | examples/example-dispatch-tree/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-dispatch-tree/page.toml b/examples/example-dispatch-tree/page.toml index 220ea16..d1fd425 100644 --- a/examples/example-dispatch-tree/page.toml +++ b/examples/example-dispatch-tree/page.toml @@ -4,7 +4,7 @@ name = "Dispatch Tree" icon = "🌳" category = "dispatch" desc = """ -Example Dispatch Tree +Introduces the `dispatch_tree` feature that converts the subcommand list into a compile-time prefix trie for O(n) command lookup. """ tags = ["dispatch_tree"] files = ["src/main.rs", "Cargo.toml"] |
