aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/test/src/test.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-16 19:42:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-16 19:42:28 +0800
commit20253556eacdcb068210254b540f47a4522fc6f5 (patch)
treefa9724522de731e2c8d416bddf4c88f092083195 /mingling_picker/test/src/test.rs
parent2287f5db3c12049afd274496a49b223365fb1e89 (diff)
feat(parselib): implement ArgMatcher for named and positional args
Implement `on_match_one` and `on_match_all` for `ArgMatcher`, supporting named flags (with eq-mode and short flags), positional arguments, end-of-options marker (`--`), and case-insensitive matching
Diffstat (limited to 'mingling_picker/test/src/test.rs')
-rw-r--r--mingling_picker/test/src/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_picker/test/src/test.rs b/mingling_picker/test/src/test.rs
index 29d52ec..eb53229 100644
--- a/mingling_picker/test/src/test.rs
+++ b/mingling_picker/test/src/test.rs
@@ -1,3 +1,4 @@
+mod arg_matcher_test;
mod basic_test;
mod route_test;
mod style_test;