aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/page.toml
blob: 1c3bfa00f6b4856dec512442d63d062fa9f13111 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-custom-pickable"
name = "Custom Pickable"
icon = "🎯"
category = "parsing"
desc = """
Shows how to implement the `Pickable` trait on custom types for seamless extraction from CLI arguments via Picker.
"""
tags = ["Pickable", "custom"]
files = ["src/main.rs", "Cargo.toml"]