aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(picker): return NotFound for unmatched boolean flagsfeat/picker2魏曹先生110 min.2-2/+10
* feat(test): add comprehensive bool flag and route tests魏曹先生110 min.1-1/+412
* fix(mingling_picker): correct mask size and arg index in tag phase魏曹先生6 hours1-3/+3
* test: add integration test crate for mingling_picker魏曹先生7 hours4-0/+96
* feat(picker): remove route phantom from IntoPicker trait魏曹先生7 hours2-11/+52
* chore: add test projects to IDE linked projects魏曹先生7 hours2-1/+8
* fix: set default type parameter for `Picker` struct魏曹先生7 hours2-3/+3
* feat(picker): add builtin bool pickable and parselib matcher framework魏曹先生7 hours11-9/+595
* chore(version): add standalone crate version tracking in README魏曹先生10 hours2-0/+11
* feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern魏曹先生10 hours3-32/+44
* fix: move mask initialization outside bundle loop in parse.rs魏曹先生10 hours1-3/+3
* feat(picker): add argument-position mask to tag phase魏曹先生10 hours2-3/+15
* feat(picker): add early route on missing flag魏曹先生10 hours5-11/+77
* refactor: remove ParseError variant from PickerArgResult魏曹先生11 hours1-17/+7
* feat(picker): add Route generic parameter for error routing魏曹先生11 hours3-47/+59
* refactor: rename `PickerResult` to `PickerArgResult` and add new魏曹先生11 hours6-83/+161
* refactor: remove unnecessary `Default` bound from `Pickable` trait魏曹先生11 hours5-25/+120
* refactor(picker): delegate Picker methods to PickerArgs魏曹先生12 hours1-94/+84
* feat(flag): add PositionalMulti variant and convenience methods魏曹先生14 hours2-6/+77
* refactor(pickable): redesign Pickable trait with two-phase parse API魏曹先生23 hours5-102/+134
* feat(flag): add PickerFlagAttr enum for parameter attributes魏曹先生24 hours1-0/+74
* refactor: consolidate result and tag modules into infos魏曹先生24 hours3-199/+197
* feat(picker): add `mingling_support` feature and `is_flag` field魏曹先生24 hours7-5/+30
* feat: add lifetime-bound pickable support and refine type constraints魏曹先生31 hours10-44/+231
* feat(picker): add optional `core` feature with re-exports魏曹先生32 hours4-1/+14
* feat(mingling): make core and macros features optional魏曹先生32 hours5-10/+41
* feat(style): make ParserStyle fields public魏曹先生33 hours1-7/+7
* feat(style): fall back to UNIX_STYLE when global style unset魏曹先生33 hours1-7/+3
* feat(mingling): add ParserStyle and re-export parselib module魏曹先生33 hours3-4/+96
* feat(picker): add parselib module and README魏曹先生33 hours4-0/+41
* feat: add `picker` feature to doc build scripts魏曹先生34 hours2-2/+2
* feat(patterns): add `or` and `post` builder methods to pattern types魏曹先生34 hours1-2/+53
* feat(picker): add default and post-processing hooks for flags魏曹先生34 hours2-0/+16
* refactor: rename requirement.rs to flag.rs魏曹先生34 hours2-2/+2
* feat(mingling_picker): rename FormatError to ParseError and add parse魏曹先生45 hours3-18/+224
* feat(picker): add IntoPicker impl for &[String] and &T deref to魏曹先生45 hours1-1/+22
* docs(dev): add current progress overview for Picker2 implementation魏曹先生47 hours1-0/+195
* feat: use `From<TokenStream>` conversion instead of parsing string魏曹先生48 hours1-1/+1
* fix(flag): simplify argument parsing by removing name inference魏曹先生48 hours1-30/+14
* feat(picker): add `pick` method to start and extend flag chains魏曹先生48 hours2-0/+27
* feat(mingling_picker_macros): add $+ $- $^ special tokens to魏曹先生48 hours2-46/+188
* refactor: rename PickerArguments to PickerArgs and PickerRequirement to魏曹先生2 days5-47/+47
* refactor(mingling_picker): move parse result out of requirement and into魏曹先生2 days3-73/+60
* feat(picker): add `is_empty` method and refactor `if let` chains魏曹先生2 days3-27/+42
* chore: add mingling_picker Cargo.toml to rust-analyzer linked projects魏曹先生2 days2-2/+5
* feat(picker): add core trait, types, and builder macro for argument魏曹先生2 days11-6/+1006
* chore(deps): move mingling_picker_macros dependency to picker crate魏曹先生2 days3-3/+4
* fix: correct typo in module nameHEADmain魏曹先生4 days1-1/+1
* docs: Update help functions note to use `writeln!` instead of魏曹先生4 days2-2/+2
* feat(renderer): change render_greeting to return RenderResult魏曹先生4 days1-2/+4