summaryrefslogtreecommitdiff
path: root/mingling/src/parser/picker.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add error routing to Picker with generic route type魏曹先生3 days1-14/+178
|
* Add documentation for public items in lib and parser modules魏曹先生6 days1-0/+22
|
* Add Argument type to picker builtins and expose Picker魏曹先生8 days1-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魏曹先生9 days1-0/+116