diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-19 11:50:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-19 11:50:17 +0800 |
| commit | 1dd5fd05af1e257a4e769944eff5cba0457c293f (patch) | |
| tree | e43604a2b9113eb77bff504dfed8cab55ef992b8 /docs/example-pages/examples.json | |
| parent | c59ba598696ea619d72673268cbbfe6c74a2e9fa (diff) | |
docs(examples): add example `example-argument-picker"`unreleased
Diffstat (limited to 'docs/example-pages/examples.json')
| -rw-r--r-- | docs/example-pages/examples.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index a539011..2a07365 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -31,6 +31,21 @@ ] }, { + "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.\n", + "tags": [ + "arg-picker", + "SinglePickable" + ], + "files": [ + "src/main.rs", + "Cargo.toml" + ] + }, + { "id": "example-async-support", "name": "Async Support", "icon": "⚡", |
