| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mingling_picker): replace bool Matcher with FlagMatcherfeat/picker2 | 魏曹先生 | 9 hours | 1 | -2/+3 |
| | | | | | | | Rename `bool_matcher` module to `flag_matcher` and introduce a dedicated `FlagMatcher` struct, moving matching logic away from the `bool` type itself | ||||
| * | feat(picker): return NotFound for unmatched boolean flags | 魏曹先生 | 13 hours | 1 | -1/+7 |
| | | |||||
| * | feat(picker): add builtin bool pickable and parselib matcher framework | 魏曹先生 | 19 hours | 1 | -0/+15 |
| Add `Pickable` implementation for `bool` and the supporting `Matcher` trait with utility functions for argument matching. Expose `pickable_needed` and `matcher_needed` modules for downstream trait implementors. | |||||
