| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(picker): add `Flag` value type and `Pickable` implementation | 魏曹先生 | 54 min. | 1 | -0/+1 |
| | | | | | | | | | | Add a new `Flag` enum in `mingling_picker::value` that explicitly distinguishes between an absent flag (`Inactive`) and a present flag (`Active`), along with its `Pickable` implementation. Rename internal fields from `flag_*` to `arg_*` for consistency, update the default naming case to `Kebab`, and enable the `mingling_support` feature in workspace settings. | ||||
| * | refactor(test): split monolithic test file into module files | 魏曹先生 | 19 hours | 1 | -567/+3 |
| | | |||||
| * | test: add multi-style flag parsing tests | 魏曹先生 | 19 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 | 魏曹先生 | 19 hours | 1 | -1/+412 |
| | | |||||
| * | test: add integration test crate for mingling_picker | 魏曹先生 | 23 hours | 1 | -0/+11 |
