summaryrefslogtreecommitdiff
path: root/mingling/src/parser/args.rs
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty flag in special_arguments macro魏曹先生4 days1-2/+7
|
* Add vector pickers魏曹先生4 days1-11/+58
|
* Add documentation for public items in lib and parser modules魏曹先生6 days1-0/+1
|
* Add Argument type to picker builtins and expose Picker魏曹先生8 days1-0/+9
| | | | | | | - 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/+95