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
*
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
*
Add workspace configuration and update dependencies
魏曹先生
2026-04-22
1
-663
/
+0
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
1
-2
/
+0
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
2
-10
/
+6
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
2
-4
/
+8
*
Remove async from main example in README
魏曹先生
2026-04-20
1
-3
/
+2
*
Make `pick_or` accept `Into<TNext>` for default value
魏曹先生
2026-04-20
1
-4
/
+4
*
Move type registration to pack! and Groupped macros
魏曹先生
2026-04-20
1
-3
/
+5
*
Bump version to 0.1.6
魏曹先生
2026-04-19
2
-4
/
+4
*
Remove async runtime requirement from examples
魏曹先生
2026-04-19
1
-19
/
+12
*
Make async an optional feature
魏曹先生
2026-04-19
2
-1
/
+1
[next]