aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/parser/picker.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove PickableEnum comment blockWeicao-CatilGrass2026-04-271-4/+0
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-46/+134
* Make `pick_or` accept `Into<TNext>` for default value魏曹先生2026-04-201-4/+4
* Add after_or_route method to picker builder魏曹先生2026-04-151-2/+28
* Add `strip_all_flags` method and `operate_args` methodWeicao-CatilGrass2026-04-141-0/+20
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-131-1/+15
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生2026-04-071-0/+3
* Add `after` method to picker structs for post-processing魏曹先生2026-04-041-13/+26
* Add error routing to Picker with generic route type魏曹先生2026-04-041-14/+178
* Add documentation for public items in lib and parser modules魏曹先生2026-04-011-0/+22
* Add Argument type to picker builtins and expose Picker魏曹先生2026-03-311-1/+1
* Add argument parser module with picker API魏曹先生2026-03-301-0/+116