aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-argument-parse/page.toml')
-rw-r--r--examples/example-argument-parse/page.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/example-argument-parse/page.toml b/examples/example-argument-parse/page.toml
deleted file mode 100644
index fc4d646..0000000
--- a/examples/example-argument-parse/page.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[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"]