aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/parser/picker.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 `#[derive(Debug, Default)]` to `Argument` struct - Add `dump_remains` method to `Argument` - Remove `#[doc(hidden)]` from `Picker` struct - Implement `Pickable` for `Argument` to allow consuming remaining args
* Add argument parser module with picker API魏曹先生2026-03-301-0/+116