aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-picker/page.toml
blob: 563bcccb9931560d96b9ff65ce595263c9281030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-argument-picker"
name = "Argument Picker"
icon = "📋"
category = "parsing"
desc = """
Demonstrates how to use Mingling's `picker` feature and `Picker` to extract typed arguments from the command line.
"""
tags = ["arg-picker", "SinglePickable"]
files = ["src/main.rs", "Cargo.toml"]