index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename error types with consistent naming convention
魏曹先生
4 days
3
-3
/
+3
*
Rename CompletionDispatcher to CMDCompletion and hide internal types
魏曹先生
4 days
2
-8
/
+10
*
Update docs and examples for clap binding with optional error parameter
魏曹先生
4 days
1
-3
/
+3
*
Enable color feature for clap and fix help and error rendering
魏曹先生
4 days
2
-7
/
+16
*
Add example for clap binding integration
魏曹先生
5 days
4
-0
/
+353
*
Gate extra_macros items behind the feature flag
魏曹先生
9 days
1
-1
/
+1
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
9 days
5
-17
/
+123
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
9 days
5
-6
/
+5
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
10 days
60
-768
/
+2209
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
12 days
1
-7
/
+3
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
12 days
1
-27
/
+27
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
12 days
9
-72
/
+0
*
Add ClearCommand dispatcher and clear screen handler for exmaple-repl
魏曹先生
13 days
1
-0
/
+15
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
14 days
5
-7
/
+248
*
Update example version to 0.1.9
魏曹先生
2026-05-18
8
-56
/
+24
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
8
-0
/
+32
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
7
-11
/
+11
*
Simplify example imports to use prelude and add resources example
魏曹先生
2026-05-16
10
-20
/
+165
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
2
-85
/
+2
*
Remove thiserror dependency and implement error types manually
魏曹先生
2026-05-15
7
-147
/
+0
*
Rename test-examples config file and update reference
魏曹先生
2026-05-13
1
-0
/
+0
*
Add test tool for examples and update exit code demo
Weicao-CatilGrass
2026-05-13
2
-3
/
+58
*
Add convenient `update_exit_code` and `exit_code` helper functions
Weicao-CatilGrass
2026-05-13
1
-3
/
+2
*
Migrate exit code control to resource-based system
Weicao-CatilGrass
2026-05-13
3
-0
/
+154
*
Add `builds` feature and install completion scripts
Weicao-CatilGrass
2026-05-11
1
-3
/
+13
*
Add dispatch tree example and update doc version references
魏曹先生
2026-05-08
4
-1
/
+171
*
Update mingling from 0.1.7 to 0.1.8
魏曹先生
2026-05-07
5
-35
/
+15
*
Switch to published crates and update README for v0.1.7
0.1.7
魏曹先生
2026-05-04
5
-0
/
+20
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
5
-5
/
+5
*
Remove root-level Cargo.toml and main.rs
魏曹先生
2026-04-28
1
-0
/
+279
*
Simplify Picker API by removing generic parameter and route types
魏曹先生
2026-04-28
2
-4
/
+4
*
Remove unused `ChainProcess` import in examples
魏曹先生
2026-04-27
3
-6
/
+3
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
5
-15
/
+9
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
2
-0
/
+61
*
Add workspace configuration and update dependencies
魏曹先生
2026-04-22
2
-6
/
+6
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
4
-28
/
+12
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
4
-8
/
+24
*
Bump version to 0.1.6
魏曹先生
2026-04-19
4
-12
/
+12
*
Make async an optional feature
魏曹先生
2026-04-19
11
-135
/
+12
*
Simplify examples by removing AnyOutput usage
魏曹先生
2026-04-18
3
-9
/
+8
*
Add type registration for CompletionContext
魏曹先生
2026-04-15
1
-12
/
+6
*
Update example to use EnumTag and PickableEnum
魏曹先生
2026-04-13
1
-36
/
+44
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
2
-8
/
+0
*
Update completion script generation API
魏曹先生
2026-04-13
1
-4
/
+4
*
Trim trailing whitespace in generated examples file
Weicao-CatilGrass
2026-04-12
1
-1
/
+1
*
Remove registry source from local workspace dependencies
Weicao-CatilGrass
2026-04-12
1
-4
/
+0
*
Switch mingling dependencies from crates.io to local paths
Weicao-CatilGrass
2026-04-12
1
-4
/
+0
*
Update Cargo.lock for published mingling crates
0.1.5
魏曹先生
2026-04-12
4
-4
/
+20
*
Add comments to example completion function
魏曹先生
2026-04-12
1
-0
/
+6
*
Change code blocks in examples from rust to ignore
魏曹先生
2026-04-12
1
-1
/
+1
[next]