aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/picker/global.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(picker): replace global picker functions with PickerHelper魏曹先生38 hours1-20/+52
| | | | trait
* feat: migrate mingling-specific picker code into mingling crate魏曹先生2026-07-191-0/+35
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.