aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/picker/basic.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: propagate help flag to program context for global pickers魏曹先生2 days1-3/+12
|
* feat: migrate mingling-specific picker code into mingling crate魏曹先生2 days1-33/+6
| | | | | | | | 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.
* feat(picker): extract remains constant and consolidate imports魏曹先生2 days1-2/+5
| | | | | Move the inline `remains_arg` definition into a shared public constant `REMAINS` and update all consumers to import it from the new location.
* refactor(picker): extract pick_flag helper to reduce duplication魏曹先生3 days1-20/+30
|
* feat(setups): add picker module with flag-based program setup魏曹先生3 days1-0/+128