aboutsummaryrefslogtreecommitdiff
path: root/examples/example-enum-tag/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-enum-tag/page.toml')
-rw-r--r--examples/example-enum-tag/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-enum-tag/page.toml b/examples/example-enum-tag/page.toml
index 01eb9b0..53170a9 100644
--- a/examples/example-enum-tag/page.toml
+++ b/examples/example-enum-tag/page.toml
@@ -4,7 +4,7 @@ name = "Enum Tag"
icon = "🏷️"
category = "parsing"
desc = """
-Example Enum Tag
+Shows how to derive `EnumTag` on enums for parsing variants from CLI strings with renames and descriptions.
"""
tags = ["enum_tag", "Pickable"]
files = ["src/main.rs", "Cargo.toml"]