index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
1
-2
/
+2
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
1
-0
/
+2
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
2
-12
/
+12
*
Update architecture diagram and increase image width to 100%
Weicao-CatilGrass
2026-05-17
1
-1
/
+1
*
Restructure roadmap in README files into milestone groups
Weicao-CatilGrass
2026-05-17
1
-11
/
+14
*
Update example docs to use prelude and add resource injection example
魏曹先生
2026-05-16
1
-20
/
+82
*
Add doc comment for ExitCode struct usage
魏曹先生
2026-05-16
1
-0
/
+7
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
5
-3
/
+75
*
Inline `strip_all_flags` and simplify `ShellContext` methods
魏曹先生
2026-05-15
2
-6
/
+2
*
Add workspace Cargo.toml and centralize crate metadata
魏曹先生
2026-05-15
2
-729
/
+7
*
Add prelude module with common macro and trait re-exports
魏曹先生
2026-05-15
1
-0
/
+37
*
Add scripts for building documentation and update docs
魏曹先生
2026-05-13
1
-4
/
+11
*
Add test tool for examples and update exit code demo
Weicao-CatilGrass
2026-05-13
1
-3
/
+4
*
Fix exit code override hook to access correct field
Weicao-CatilGrass
2026-05-13
1
-2
/
+2
*
Add convenient `update_exit_code` and `exit_code` helper functions
Weicao-CatilGrass
2026-05-13
2
-3
/
+26
*
Add example doc for exit code usage
Weicao-CatilGrass
2026-05-13
1
-0
/
+57
*
Migrate exit code control to resource-based system
Weicao-CatilGrass
2026-05-13
7
-0
/
+147
*
Add `builds` feature and install completion scripts
Weicao-CatilGrass
2026-05-11
3
-4
/
+74
*
Add comprehensive test suite for picker parser module
Weicao-CatilGrass
2026-05-09
3
-1
/
+741
*
Add CI tooling and cargo alias `ci`
Weicao-CatilGrass
2026-05-09
2
-112
/
+112
*
Add dispatch tree example and update doc version references
魏曹先生
2026-05-08
1
-1
/
+64
*
Expose compile-time feature flags as public constants
魏曹先生
2026-05-08
2
-0
/
+83
*
Add compile-time dispatch tree generation for O(len) command routing
魏曹先生
2026-05-07
1
-0
/
+2
*
Add dispatch_tree feature flag
魏曹先生
2026-05-07
1
-0
/
+1
*
Add cargo-generate project template instructions
魏曹先生
2026-05-07
1
-0
/
+8
*
Update mingling from 0.1.7 to 0.1.8
魏曹先生
2026-05-07
3
-11
/
+7
*
Update project icon to pixel art version
Weicao-CatilGrass
2026-05-05
1
-1
/
+1
*
Switch to published crates and update README for v0.1.7
0.1.7
魏曹先生
2026-05-04
3
-8
/
+209
*
Add missing articles and improve documentation
魏曹先生
2026-05-03
2
-3
/
+8
*
Add repl feature flag across workspace crates
魏曹先生
2026-05-03
1
-1
/
+1
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
1
-61
/
+58
*
Use specific features in dev-dependency
魏曹先生
2026-05-02
1
-1
/
+1
*
Remove `full` feature from all crates
魏曹先生
2026-05-02
1
-1
/
+0
*
Add nightly feature flag for Rust nightly-only functionality
魏曹先生
2026-05-02
1
-0
/
+1
*
Add `AsPicker` trait for types convertible to `Vec<String>`
魏曹先生
2026-04-30
1
-0
/
+66
*
Fix comment and constrain ProgramCollect generic bounds
魏曹先生
2026-04-29
1
-1
/
+1
*
Fix bool parsing ignoring explicit `--value true` flag
魏曹先生
2026-04-28
1
-11
/
+6
*
Remove root-level Cargo.toml and main.rs
魏曹先生
2026-04-28
1
-0
/
+663
*
Simplify Picker API by removing generic parameter and route types
魏曹先生
2026-04-28
1
-107
/
+366
*
Add `route!` macro for early error routing
魏曹先生
2026-04-27
1
-0
/
+2
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
1
-15
/
+9
*
Remove PickableEnum comment block
Weicao-CatilGrass
2026-04-27
1
-4
/
+0
*
Update project description and example doc ordering
Weicao-CatilGrass
2026-04-26
2
-49
/
+49
*
Rename feature `clap_parser` to `clap`
魏曹先生
2026-04-26
2
-2
/
+2
*
Add clap_parser feature to mingling_core with help output behavior
魏曹先生
2026-04-26
1
-1
/
+1
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
1
-0
/
+4
*
Add `dispatcher_clap` attribute macro behind `clap_parser` feature
魏曹先生
2026-04-25
1
-0
/
+3
*
Add clap_parser feature and refactor dispatcher macro internals
魏曹先生
2026-04-25
1
-0
/
+3
*
Refactor picker to return single values instead of single-element tuples
魏曹先生
2026-04-25
1
-46
/
+134
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
1
-0
/
+69
[next]