| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add pick_or, pick_or_default, and pick_or_route shorthands | 魏曹先生 | 21 hours | 1 | -3/+3 |
| | | | | | | | | | | | Remove the `Default` bound from `pick()` and `EntryPicker::pick()`, allowing non-Default types to be used as arguments. Add `IntoPicker::pick_or`, `pick_or_default`, and `pick_or_route` convenience methods for common fallback patterns. Fix token splitting in `arg!` macro to correctly handle angle brackets. | ||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 42 hours | 1 | -4/+4 |
| | | |||||
| * | feat: migrate mingling-specific picker code into mingling crate | 魏曹先生 | 2 days | 1 | -0/+126 |
| BREAKING CHANGE: Remove `mingling_support` feature from arg-picker crate. The `EntryPicker` trait and `corebind` module are now part of the mingling crate directly, and `build_pattern1` is now a public method. | |||||
