index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_picker
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(vec_until): reorganize imports and clean up formatting
魏曹先生
22 hours
1
-12
/
+14
*
refactor(multi_pickable): extract `VecUntil` into its own module
魏曹先生
22 hours
3
-125
/
+137
*
feat: add multi-value argument support with boundary checking
魏曹先生
22 hours
5
-1
/
+408
*
fix: hide internal macro from documentation
魏曹先生
23 hours
1
-0
/
+1
*
fix(docs): add intra-doc links to cross-crate symbols
魏曹先生
23 hours
4
-4
/
+4
*
feat(mingling_picker): reorder PositionalMulti to lowest parse priority
魏曹先生
24 hours
1
-14
/
+14
*
fix(single-matcher): drop incomplete named flag pairs
魏曹先生
24 hours
1
-9
/
+29
*
refactor(value): extract Flag into its own module
魏曹先生
25 hours
2
-145
/
+147
*
feat(flag): implement Not operator for Flag
魏曹先生
25 hours
1
-1
/
+12
*
feat(pickable): extract SinglePickable into its own module
魏曹先生
25 hours
2
-44
/
+72
*
feat(builtin): add SinglePickable impl for numeric types
魏曹先生
25 hours
2
-0
/
+21
*
feat(pickable): introduce SinglePickable trait
魏曹先生
25 hours
2
-15
/
+51
*
refactor(pickable): extract seek_single helper from pick_string
魏曹先生
25 hours
2
-12
/
+29
*
refactor(picker): extract single-value tag logic into SingleMatcher
魏曹先生
25 hours
3
-26
/
+45
*
feat(picker): add with_route method to change phantom route type
魏曹先生
25 hours
1
-0
/
+16
*
feat(pick_string): filter flags without values in match_all path
魏曹先生
26 hours
1
-12
/
+16
*
fix(arg_matcher): prevent `--` from being consumed as flag value
魏曹先生
26 hours
1
-1
/
+4
*
feat(parselib): introduce PositionalMatcher for positional-only args
魏曹先生
26 hours
3
-2
/
+76
*
refactor(arg): simplify escape handling in char extraction
魏曹先生
29 hours
1
-2
/
+0
*
feat(picker): add string value support with inline value matching
魏曹先生
29 hours
3
-13
/
+67
*
refactor: extract `seek_end_of_options` into utils and add test helpers
魏曹先生
29 hours
3
-44
/
+16
*
feat(parselib): implement ArgMatcher for named and positional args
魏曹先生
29 hours
1
-9
/
+142
*
refactor(flag_matcher): replace `vec_string_slice!` with single-pass
魏曹先生
30 hours
1
-17
/
+62
*
feat(picker): add `Flag` value type and `Pickable` implementation
魏曹先生
30 hours
11
-37
/
+234
*
refactor: rename PickerFlag and PickerFlagAttr to PickerArg and
魏曹先生
32 hours
8
-84
/
+82
*
refactor: rename flag module to arg
魏曹先生
32 hours
2
-2
/
+2
*
feat(mingling_picker): replace bool Matcher with FlagMatcher
魏曹先生
44 hours
3
-4
/
+14
*
feat(picker): add from_args and from_args_skip constructors
魏曹先生
46 hours
1
-0
/
+25
*
feat(parselib): apply naming case conversion to long flags and aliases
魏曹先生
48 hours
1
-2
/
+4
*
feat(picker): return NotFound for unmatched boolean flags
魏曹先生
48 hours
2
-2
/
+10
*
fix(mingling_picker): correct mask size and arg index in tag phase
魏曹先生
2 days
1
-3
/
+3
*
feat(picker): remove route phantom from IntoPicker trait
魏曹先生
2 days
2
-11
/
+52
*
fix: set default type parameter for `Picker` struct
魏曹先生
2 days
2
-3
/
+3
*
feat(picker): add builtin bool pickable and parselib matcher framework
魏曹先生
2 days
9
-9
/
+593
*
feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern
魏曹先生
2 days
3
-32
/
+44
*
fix: move mask initialization outside bundle loop in parse.rs
魏曹先生
2 days
1
-3
/
+3
*
feat(picker): add argument-position mask to tag phase
魏曹先生
2 days
2
-3
/
+15
*
feat(picker): add early route on missing flag
魏曹先生
2 days
5
-11
/
+77
*
refactor: remove ParseError variant from PickerArgResult
魏曹先生
2 days
1
-17
/
+7
*
feat(picker): add Route generic parameter for error routing
魏曹先生
2 days
3
-47
/
+59
*
refactor: rename `PickerResult` to `PickerArgResult` and add new
魏曹先生
2 days
6
-83
/
+161
*
refactor: remove unnecessary `Default` bound from `Pickable` trait
魏曹先生
2 days
5
-25
/
+120
*
refactor(picker): delegate Picker methods to PickerArgs
魏曹先生
2 days
1
-94
/
+84
*
feat(flag): add PositionalMulti variant and convenience methods
魏曹先生
3 days
2
-6
/
+77
*
refactor(pickable): redesign Pickable trait with two-phase parse API
魏曹先生
3 days
5
-102
/
+134
*
feat(flag): add PickerFlagAttr enum for parameter attributes
魏曹先生
3 days
1
-0
/
+74
*
refactor: consolidate result and tag modules into infos
魏曹先生
3 days
3
-199
/
+197
*
feat(picker): add `mingling_support` feature and `is_flag` field
魏曹先生
3 days
3
-3
/
+20
*
feat: add lifetime-bound pickable support and refine type constraints
魏曹先生
3 days
10
-44
/
+231
*
feat(picker): add optional `core` feature with re-exports
魏曹先生
3 days
2
-0
/
+7
[next]