From 1dd5fd05af1e257a4e769944eff5cba0457c293f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Jul 2026 11:50:17 +0800 Subject: docs(examples): add example `example-argument-picker"` --- docs/example-pages/examples.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/example-pages') 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 @@ -30,6 +30,21 @@ "Cargo.toml" ] }, + { + "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", -- cgit