From acd670b5b3480471824aecb28922f8912123802e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:31:12 +0800 Subject: Update example descriptions with meaningful docs --- examples/example-argument-parse/page.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-argument-parse') diff --git a/examples/example-argument-parse/page.toml b/examples/example-argument-parse/page.toml index 1a85621..fc4d646 100644 --- a/examples/example-argument-parse/page.toml +++ b/examples/example-argument-parse/page.toml @@ -4,7 +4,7 @@ name = "Argument Parse" icon = "📋" category = "parsing" desc = """ -Example Argument Parse +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"] -- cgit