aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src
Commit message (Expand)AuthorAgeFilesLines
* fix(vec_until): reorganize imports and clean up formatting魏曹先生22 hours1-12/+14
* refactor(multi_pickable): extract `VecUntil` into its own module魏曹先生22 hours3-125/+137
* feat: add multi-value argument support with boundary checking魏曹先生22 hours5-1/+408
* fix: hide internal macro from documentation魏曹先生23 hours1-0/+1
* fix(docs): add intra-doc links to cross-crate symbols魏曹先生23 hours4-4/+4
* feat(mingling_picker): reorder PositionalMulti to lowest parse priority魏曹先生24 hours1-14/+14
* fix(single-matcher): drop incomplete named flag pairs魏曹先生24 hours1-9/+29
* refactor(value): extract Flag into its own module魏曹先生25 hours2-145/+147
* feat(flag): implement Not operator for Flag魏曹先生25 hours1-1/+12
* feat(pickable): extract SinglePickable into its own module魏曹先生25 hours2-44/+72
* feat(builtin): add SinglePickable impl for numeric types魏曹先生25 hours2-0/+21
* feat(pickable): introduce SinglePickable trait魏曹先生25 hours2-15/+51
* refactor(pickable): extract seek_single helper from pick_string魏曹先生25 hours2-12/+29
* refactor(picker): extract single-value tag logic into SingleMatcher魏曹先生25 hours3-26/+45
* feat(picker): add with_route method to change phantom route type魏曹先生25 hours1-0/+16
* feat(pick_string): filter flags without values in match_all path魏曹先生26 hours1-12/+16
* fix(arg_matcher): prevent `--` from being consumed as flag value魏曹先生26 hours1-1/+4
* feat(parselib): introduce PositionalMatcher for positional-only args魏曹先生26 hours3-2/+76
* refactor(arg): simplify escape handling in char extraction魏曹先生29 hours1-2/+0
* feat(picker): add string value support with inline value matching魏曹先生29 hours3-13/+67
* refactor: extract `seek_end_of_options` into utils and add test helpers魏曹先生29 hours3-44/+16
* feat(parselib): implement ArgMatcher for named and positional args魏曹先生29 hours1-9/+142
* refactor(flag_matcher): replace `vec_string_slice!` with single-pass魏曹先生30 hours1-17/+62
* feat(picker): add `Flag` value type and `Pickable` implementation魏曹先生30 hours11-37/+234
* refactor: rename PickerFlag and PickerFlagAttr to PickerArg and魏曹先生32 hours8-84/+82
* refactor: rename flag module to arg魏曹先生32 hours2-2/+2
* feat(mingling_picker): replace bool Matcher with FlagMatcher魏曹先生44 hours3-4/+14
* feat(picker): add from_args and from_args_skip constructors魏曹先生46 hours1-0/+25
* feat(parselib): apply naming case conversion to long flags and aliases魏曹先生48 hours1-2/+4
* feat(picker): return NotFound for unmatched boolean flags魏曹先生48 hours2-2/+10
* fix(mingling_picker): correct mask size and arg index in tag phase魏曹先生2 days1-3/+3
* feat(picker): remove route phantom from IntoPicker trait魏曹先生2 days2-11/+52
* fix: set default type parameter for `Picker` struct魏曹先生2 days2-3/+3
* feat(picker): add builtin bool pickable and parselib matcher framework魏曹先生2 days9-9/+593
* feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern魏曹先生2 days3-32/+44
* fix: move mask initialization outside bundle loop in parse.rs魏曹先生2 days1-3/+3
* feat(picker): add argument-position mask to tag phase魏曹先生2 days2-3/+15
* feat(picker): add early route on missing flag魏曹先生2 days5-11/+77
* refactor: remove ParseError variant from PickerArgResult魏曹先生2 days1-17/+7
* feat(picker): add Route generic parameter for error routing魏曹先生2 days3-47/+59
* refactor: rename `PickerResult` to `PickerArgResult` and add new魏曹先生2 days6-83/+161
* refactor: remove unnecessary `Default` bound from `Pickable` trait魏曹先生2 days5-25/+120
* refactor(picker): delegate Picker methods to PickerArgs魏曹先生2 days1-94/+84
* feat(flag): add PositionalMulti variant and convenience methods魏曹先生3 days2-6/+77
* refactor(pickable): redesign Pickable trait with two-phase parse API魏曹先生3 days5-102/+134
* feat(flag): add PickerFlagAttr enum for parameter attributes魏曹先生3 days1-0/+74
* refactor: consolidate result and tag modules into infos魏曹先生3 days3-199/+197
* feat(picker): add `mingling_support` feature and `is_flag` field魏曹先生3 days3-3/+20
* feat: add lifetime-bound pickable support and refine type constraints魏曹先生3 days10-44/+231
* feat(picker): add optional `core` feature with re-exports魏曹先生3 days2-0/+7