aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/picker/structural_renderer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: migrate mingling-specific picker code into mingling crate魏曹先生9 hours1-53/+40
| | | | | | | | 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魏曹先生9 hours1-5/+7
| | | | | Move the inline `remains_arg` definition into a shared public constant `REMAINS` and update all consumers to import it from the new location.
* feat(setups): add picker module with flag-based program setup魏曹先生27 hours1-0/+87