aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/issues/add-picker2.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-11 01:58:48 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-11 02:01:32 +0800
commit06b7ae78ed4b86b80e9708206787326c1142249a (patch)
treed769709ed86ea05e2c139edf6c52a6a64630a5df /docs/dev/pages/issues/add-picker2.md
parent41e076651196cf6066a73d88ce11635be35f0f26 (diff)
docs(dev): add Picker2 arguments parser issue page
Diffstat (limited to 'docs/dev/pages/issues/add-picker2.md')
-rw-r--r--docs/dev/pages/issues/add-picker2.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/dev/pages/issues/add-picker2.md b/docs/dev/pages/issues/add-picker2.md
new file mode 100644
index 0000000..6b2df27
--- /dev/null
+++ b/docs/dev/pages/issues/add-picker2.md
@@ -0,0 +1,10 @@
+<h1 align="center">The Picker2 Arguments Parser</h1>
+<p align="center">
+ A smarter, faster alternative to Picker
+</p>
+
+## Intro
+
+Mingling's `parser` feature is a temporary argument parsing solution created in the early stages of the project. While it can handle basic argument parsing tasks, its functionality is incomplete and has many limitations.
+
+This article aims to propose the design and development plan for the new Picker2 (feature name: `picker`).