aboutsummaryrefslogtreecommitdiff
path: root/examples/example-enum-tag/page.toml
blob: 53170a9bcd72d1d92664519d3425ab6045467245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-enum-tag"
name = "Enum Tag"
icon = "🏷️"
category = "parsing"
desc = """
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"]