summaryrefslogtreecommitdiff
path: root/mingling/src/parser
Commit message (Collapse)AuthorAgeFilesLines
* Replace length checks with `is_empty` and `?` operator魏曹先生32 hours2-12/+8
|
* Add `after` method to picker structs for post-processing魏曹先生3 days1-13/+26
|
* Add error routing to Picker with generic route type魏曹先生3 days1-14/+178
|
* Handle empty flag in special_arguments macro魏曹先生3 days1-2/+7
|
* Add vector pickers魏曹先生3 days2-11/+100
|
* Add documentation for public items in lib and parser modules魏曹先生6 days2-0/+23
|
* Add Argument type to picker builtins and expose Picker魏曹先生8 days3-2/+22
| | | | | | | - 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魏曹先生8 days3-0/+264