index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(pick_string): filter flags without values in match_all path
魏曹先生
18 hours
1
-12
/
+16
*
fix(arg_matcher): prevent `--` from being consumed as flag value
魏曹先生
18 hours
2
-1
/
+43
*
feat(parselib): introduce PositionalMatcher for positional-only args
魏曹先生
18 hours
5
-2
/
+218
*
refactor(arg): simplify escape handling in char extraction
魏曹先生
21 hours
2
-6
/
+5
*
feat(picker): add string value support with inline value matching
魏曹先生
21 hours
5
-13
/
+239
*
refactor: extract `seek_end_of_options` into utils and add test helpers
魏曹先生
21 hours
6
-79
/
+37
*
feat(parselib): implement ArgMatcher for named and positional args
魏曹先生
21 hours
3
-9
/
+420
*
refactor(flag_matcher): replace `vec_string_slice!` with single-pass
魏曹先生
21 hours
1
-17
/
+62
*
feat(picker): add `Flag` value type and `Pickable` implementation
魏曹先生
22 hours
18
-46
/
+509
*
fix: replace `macros::flag` with `macros::arg` in tests
魏曹先生
22 hours
2
-2
/
+2
*
chore: remove unused corebind re-export under `core` feature
魏曹先生
24 hours
1
-3
/
+0
*
refactor: rename PickerFlag and PickerFlagAttr to PickerArg and
魏曹先生
24 hours
12
-142
/
+140
*
refactor: rename flag module to arg
魏曹先生
24 hours
2
-2
/
+2
*
feat(mingling_picker): replace bool Matcher with FlagMatcher
魏曹先生
35 hours
4
-18
/
+28
*
feat(picker): add from_args and from_args_skip constructors
魏曹先生
37 hours
1
-0
/
+25
*
chore(deps): bump just_fmt from 0.1.2 to 0.2.0
魏曹先生
38 hours
35
-78
/
+120
*
feat(parselib): apply naming case conversion to long flags and aliases
魏曹先生
39 hours
2
-4
/
+75
*
refactor(test): split monolithic test file into module files
魏曹先生
39 hours
4
-567
/
+572
*
test: add multi-style flag parsing tests
魏曹先生
40 hours
1
-1
/
+146
*
feat(picker): return NotFound for unmatched boolean flags
魏曹先生
40 hours
2
-2
/
+10
*
feat(test): add comprehensive bool flag and route tests
魏曹先生
40 hours
1
-1
/
+412
*
fix(mingling_picker): correct mask size and arg index in tag phase
魏曹先生
44 hours
1
-3
/
+3
*
test: add integration test crate for mingling_picker
魏曹先生
44 hours
4
-0
/
+96
*
feat(picker): remove route phantom from IntoPicker trait
魏曹先生
44 hours
2
-11
/
+52
*
chore: add test projects to IDE linked projects
魏曹先生
44 hours
2
-1
/
+8
*
fix: set default type parameter for `Picker` struct
魏曹先生
45 hours
2
-3
/
+3
*
feat(picker): add builtin bool pickable and parselib matcher framework
魏曹先生
45 hours
11
-9
/
+595
*
chore(version): add standalone crate version tracking in README
魏曹先生
48 hours
2
-0
/
+11
*
feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern
魏曹先生
48 hours
3
-32
/
+44
*
fix: move mask initialization outside bundle loop in parse.rs
魏曹先生
48 hours
1
-3
/
+3
*
feat(picker): add argument-position mask to tag phase
魏曹先生
48 hours
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
魏曹先生
2 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
7
-5
/
+30
*
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
4
-1
/
+14
*
feat(mingling): make core and macros features optional
魏曹先生
3 days
5
-10
/
+41
*
feat(style): make ParserStyle fields public
魏曹先生
3 days
1
-7
/
+7
*
feat(style): fall back to UNIX_STYLE when global style unset
魏曹先生
3 days
1
-7
/
+3
*
feat(mingling): add ParserStyle and re-export parselib module
魏曹先生
3 days
3
-4
/
+96
*
feat(picker): add parselib module and README
魏曹先生
3 days
4
-0
/
+41
*
feat: add `picker` feature to doc build scripts
魏曹先生
3 days
2
-2
/
+2
[next]