blob: fc4d6462404d958eafb75ffcde7746be25b5c2ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-argument-parse"
name = "Argument Parse"
icon = "📋"
category = "parsing"
desc = """
Shows how to use Mingling's `parser` feature with a `Picker` to extract and validate typed arguments from the command line.
"""
tags = ["pick", "Pickable"]
files = ["src/main.rs", "Cargo.toml"]
|