index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add path picker and PathChecker for CLI argument validation
魏曹先生
12 days
4
-0
/
+367
*
Add CI workflow for cross-platform testing
魏曹先生
12 days
1
-1
/
+2
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
12 days
3
-27
/
+133
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
14 days
2
-7
/
+170
*
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
1
-11
/
+11
*
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
4
-0
/
+45
*
Inline `strip_all_flags` and simplify `ShellContext` methods
魏曹先生
2026-05-15
2
-6
/
+2
*
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
1
-3
/
+13
*
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 missing articles and improve documentation
魏曹先生
2026-05-03
1
-1
/
+3
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
1
-61
/
+58
*
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
*
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
1
-48
/
+48
*
Rename feature `clap_parser` to `clap`
魏曹先生
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
*
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 new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
1
-2
/
+0
*
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
*
Remove async runtime requirement from examples
魏曹先生
2026-04-19
1
-19
/
+12
*
Simplify examples by removing AnyOutput usage
魏曹先生
2026-04-18
1
-9
/
+8
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
1
-0
/
+4
*
Add after_or_route method to picker builder
魏曹先生
2026-04-15
1
-2
/
+28
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
1
-0
/
+2
*
Add `strip_all_flags` method and `operate_args` method
Weicao-CatilGrass
2026-04-14
2
-0
/
+33
*
Update example to use EnumTag and PickableEnum
魏曹先生
2026-04-13
1
-36
/
+44
*
Add Pickable implementation for enums with EnumTag trait
魏曹先生
2026-04-13
1
-1
/
+15
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
2
-164
/
+6
[next]