aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker_macros/src/flag.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add `mingling_support` feature and `is_flag` field魏曹先生30 hours1-0/+5
| | | | | | | Rename the `core` feature to `mingling_support` in `mingling_picker` and propagate it through `mingling_picker_macros`. Add the `is_flag` field to `PickerTag` to indicate participation in parsing after a `--` separator. Remove empty `seek.rs` file.
* feat: use `From<TokenStream>` conversion instead of parsing string魏曹先生2 days1-1/+1
|
* fix(flag): simplify argument parsing by removing name inference魏曹先生2 days1-30/+14
|
* refactor: rename PickerArguments to PickerArgs and PickerRequirement to魏曹先生2 days1-0/+215
PickerFlag