diff options
Diffstat (limited to 'examples/example-argument-parse/page.toml')
| -rw-r--r-- | examples/example-argument-parse/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |
