aboutsummaryrefslogtreecommitdiff
path: root/arg_picker_macros
Commit message (Collapse)AuthorAgeFilesLines
* fix: correct repository path in Cargo.toml filespicker-0.1.0魏曹先生8 hours1-1/+1
| | | | Update repository URLs to use underscore instead of hyphen
* 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: add pick_or, pick_or_default, and pick_or_route shorthands魏曹先生3 days1-1/+10
| | | | | | | | | | 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.
* chore: add symlinked license files to subcrates魏曹先生6 days2-0/+2
|
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生6 days5-0/+612