aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add missing docs lint and document public API魏曹先生2 days1-0/+1
| | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable.
* feat(arg-picker): add REMAINS constant and re-export via consts module魏曹先生3 days1-0/+10
| | | | | Move the REMAINS constant definition into arg_picker and re-export it through mingling's constants module for unified access
* feat: migrate mingling-specific picker code into mingling crate魏曹先生4 days1-13/+1
| | | | | | | | 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.
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生6 days1-0/+62