| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mingling_picker): replace bool Matcher with FlagMatcherfeat/picker2 | 魏曹先生 | 13 hours | 1 | -14/+14 |
| | | | | | | | Rename `bool_matcher` module to `flag_matcher` and introduce a dedicated `FlagMatcher` struct, moving matching logic away from the `bool` type itself | ||||
| * | chore(deps): bump just_fmt from 0.1.2 to 0.2.0 | 魏曹先生 | 15 hours | 1 | -2/+2 |
| | | |||||
| * | feat(parselib): apply naming case conversion to long flags and aliases | 魏曹先生 | 17 hours | 1 | -2/+71 |
| | | |||||
| * | refactor(test): split monolithic test file into module files | 魏曹先生 | 17 hours | 4 | -567/+572 |
| | | |||||
| * | test: add multi-style flag parsing tests | 魏曹先生 | 17 hours | 1 | -1/+146 |
| | | | | | | Add comprehensive test coverage for Windows, PowerShell, and UNIX style flag matching, including case sensitivity and end-of-options behavior | ||||
| * | feat(test): add comprehensive bool flag and route tests | 魏曹先生 | 17 hours | 1 | -1/+412 |
| | | |||||
| * | test: add integration test crate for mingling_picker | 魏曹先生 | 22 hours | 4 | -0/+96 |
