index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: remove unnecessary `Default` bound from `Pickable` trait
魏曹先生
2 days
5
-25
/
+120
*
refactor(picker): delegate Picker methods to PickerArgs
魏曹先生
2 days
1
-94
/
+84
*
feat(flag): add PositionalMulti variant and convenience methods
魏曹先生
2 days
2
-6
/
+77
*
refactor(pickable): redesign Pickable trait with two-phase parse API
魏曹先生
3 days
5
-102
/
+134
*
feat(flag): add PickerFlagAttr enum for parameter attributes
魏曹先生
3 days
1
-0
/
+74
*
refactor: consolidate result and tag modules into infos
魏曹先生
3 days
3
-199
/
+197
*
feat(picker): add `mingling_support` feature and `is_flag` field
魏曹先生
3 days
7
-5
/
+30
*
feat: add lifetime-bound pickable support and refine type constraints
魏曹先生
3 days
10
-44
/
+231
*
feat(picker): add optional `core` feature with re-exports
魏曹先生
3 days
4
-1
/
+14
*
feat(mingling): make core and macros features optional
魏曹先生
3 days
5
-10
/
+41
*
feat(style): make ParserStyle fields public
魏曹先生
3 days
1
-7
/
+7
*
feat(style): fall back to UNIX_STYLE when global style unset
魏曹先生
3 days
1
-7
/
+3
*
feat(mingling): add ParserStyle and re-export parselib module
魏曹先生
3 days
3
-4
/
+96
*
feat(picker): add parselib module and README
魏曹先生
3 days
4
-0
/
+41
*
feat: add `picker` feature to doc build scripts
魏曹先生
3 days
2
-2
/
+2
*
feat(patterns): add `or` and `post` builder methods to pattern types
魏曹先生
3 days
1
-2
/
+53
*
feat(picker): add default and post-processing hooks for flags
魏曹先生
3 days
2
-0
/
+16
*
refactor: rename requirement.rs to flag.rs
魏曹先生
3 days
2
-2
/
+2
*
feat(mingling_picker): rename FormatError to ParseError and add parse
魏曹先生
4 days
3
-18
/
+224
*
feat(picker): add IntoPicker impl for &[String] and &T deref to
魏曹先生
4 days
1
-1
/
+22
*
docs(dev): add current progress overview for Picker2 implementation
魏曹先生
4 days
1
-0
/
+195
*
feat: use `From<TokenStream>` conversion instead of parsing string
魏曹先生
4 days
1
-1
/
+1
*
fix(flag): simplify argument parsing by removing name inference
魏曹先生
4 days
1
-30
/
+14
*
feat(picker): add `pick` method to start and extend flag chains
魏曹先生
4 days
2
-0
/
+27
*
feat(mingling_picker_macros): add $+ $- $^ special tokens to
魏曹先生
4 days
2
-46
/
+188
*
refactor: rename PickerArguments to PickerArgs and PickerRequirement to
魏曹先生
4 days
5
-47
/
+47
*
refactor(mingling_picker): move parse result out of requirement and into
魏曹先生
4 days
3
-73
/
+60
*
feat(picker): add `is_empty` method and refactor `if let` chains
魏曹先生
4 days
3
-27
/
+42
*
chore: add mingling_picker Cargo.toml to rust-analyzer linked projects
魏曹先生
4 days
2
-2
/
+5
*
feat(picker): add core trait, types, and builder macro for argument
魏曹先生
4 days
11
-6
/
+1006
*
chore(deps): move mingling_picker_macros dependency to picker crate
魏曹先生
4 days
3
-3
/
+4
*
fix: correct typo in module name
魏曹先生
6 days
1
-1
/
+1
*
docs: Update help functions note to use `writeln!` instead of
魏曹先生
6 days
2
-2
/
+2
*
feat(renderer): change render_greeting to return RenderResult
魏曹先生
6 days
1
-2
/
+4
*
docs(readme): add CI workflow badge
魏曹先生
6 days
1
-0
/
+1
*
refactor(docs): mark documentation update as completed
魏曹先生
6 days
1
-1
/
+1
*
docs(changelog): document RenderResult::new and removed r_print macros
魏曹先生
6 days
2
-4
/
+27
*
style: Reorder imports and reformat code with cargo fmt
魏曹先生
6 days
12
-29
/
+35
*
docs: migrate renderers from `r_println!` to `RenderResult` return type
魏曹先生
6 days
22
-174
/
+276
*
feat(mingling): add Write import and doc comment for picker re-export
魏曹先生
6 days
1
-1
/
+4
*
docs(readme): migrate renderer examples from r_print macros to
魏曹先生
6 days
1
-30
/
+71
*
docs: mark remove-r-print-macro tasks as complete
魏曹先生
6 days
1
-4
/
+4
*
refactor(examples): migrate renderers to return RenderResult and add
魏曹先生
6 days
27
-280
/
+561
*
fix(docs): correct RenderResult usage examples to use mut binding and
魏曹先生
6 days
1
-7
/
+10
*
feat(renderer): add new() constructor to RenderResult
魏曹先生
6 days
1
-0
/
+17
*
feat: require renderers to return RenderResult instead of mutating one
魏曹先生
6 days
17
-383
/
+268
*
chore: add Release 0.3.0 entry to changelog
魏曹先生
6 days
1
-0
/
+21
*
docs(dev): add changelog template
魏曹先生
6 days
2
-0
/
+29
*
feat(run): update `.run` to 0.1.1
魏曹先生
6 days
2
-6
/
+24
*
chore: rename release binary to RELEASE-WORKSPACE
魏曹先生
6 days
1
-0
/
+0
[next]