aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/picker/parse.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add "Doc Not Optimize" comments to source files魏曹先生3 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* feat(picker): add convenience methods to PickArgParsed tuples魏曹先生2026-07-281-0/+49
| | | | | Add `unwrap_or_default`, `unwrap_or_else`, and `expect` methods to reduce boilerplate when working with parsed argument tuples
* refactor(picker): extract pick_flag helper to reduce duplication魏曹先生2026-07-181-3/+5
|
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生2026-07-171-0/+177