index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update README with simple CLI example and restructure documentation
Weicao-CatilGrass
2026-04-27
1
-1
/
+47
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
15
-114
/
+59
*
Remove PickableEnum comment block
Weicao-CatilGrass
2026-04-27
1
-4
/
+0
*
Update README example to use new v0.1.7 API features
Weicao-CatilGrass
2026-04-26
2
-42
/
+134
*
Update project description and example doc ordering
Weicao-CatilGrass
2026-04-26
5
-54
/
+51
*
Fix feature name from clap_parser to clap in dispatcher macro
魏曹先生
2026-04-26
1
-2
/
+2
*
Fix version number typo for Clap Parser Support
魏曹先生
2026-04-26
2
-2
/
+2
*
Update CHANGELOG example to show optional `dispatcher_clap` attributes
魏曹先生
2026-04-26
1
-1
/
+3
*
Rename feature `clap_parser` to `clap`
魏曹先生
2026-04-26
7
-11
/
+11
*
Update changelog to document clap help print behaviour
魏曹先生
2026-04-26
1
-4
/
+6
*
Add clap_parser feature to mingling_core with help output behavior
魏曹先生
2026-04-26
4
-4
/
+35
*
Remove intermediate buffer in help output
魏曹先生
2026-04-26
1
-4
/
+1
*
Add early return for help flag in dispatcher_clap macro
魏曹先生
2026-04-26
1
-0
/
+6
*
Change `help` option to accept a boolean value instead of a struct
魏曹先生
2026-04-26
1
-22
/
+29
*
Support explicit program name and help struct in dispatcher_clap
魏曹先生
2026-04-26
1
-123
/
+210
*
Update macro syntax from positional to keyword error argument
魏曹先生
2026-04-25
1
-8
/
+16
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
10
-0
/
+309
*
Complete clap_parser macro and update changelog, readme
魏曹先生
2026-04-25
4
-4
/
+24
*
Add `dispatcher_clap` attribute macro behind `clap_parser` feature
魏曹先生
2026-04-25
3
-0
/
+199
*
Add clap_parser feature and refactor dispatcher macro internals
魏曹先生
2026-04-25
5
-29
/
+20
*
Refactor picker to return single values instead of single-element tuples
魏曹先生
2026-04-25
3
-50
/
+161
*
Remove mingling_cli crate
魏曹先生
2026-04-25
6
-423
/
+0
*
Add build-all scripts for PowerShell and Bash
魏曹先生
2026-04-25
2
-0
/
+16
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
10
-9
/
+152
*
Remove redundant generic parameter from Program struct
魏曹先生
2026-04-25
11
-92
/
+69
*
Rename dispatcher_chain.rs to dispatcher.rs
魏曹先生
2026-04-25
2
-2
/
+2
*
Add docsify flexible alerts plugin and update callout syntax
Weicao-CatilGrass
2026-04-24
5
-6
/
+20
*
Restore starting directory after PowerShell script execution
Weicao-CatilGrass
2026-04-24
3
-0
/
+6
*
Update CHANGELOG to mark release 0.1.6 as yanked
0.1.6-yanked
Weicao-CatilGrass
2026-04-24
1
-1
/
+1
*
Update changelog for 0.1.6 with Windows build fix and caution
Weicao-CatilGrass
2026-04-24
1
-1
/
+5
*
fix: Add explicit type annotation to collect call in Program
Weicao-CatilGrass
2026-04-24
1
-1
/
+1
*
Add PowerShell scripts for running Clippy on Rust projects
Weicao-CatilGrass
2026-04-24
2
-0
/
+12
*
Revert ChainProcess changes from commit 3785202
魏曹先生
2026-04-22
1
-1
/
+4
*
Add workspace configuration and update dependencies
魏曹先生
2026-04-22
11
-572
/
+77
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
12
-250
/
+187
*
Rename and refactor clippy scripts
魏曹先生
2026-04-22
2
-4
/
+2
*
Sync README.md
魏曹先生
2026-04-22
1
-1
/
+1
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
11
-49
/
+25
*
Update README with link for version 0.1.6
魏曹先生
2026-04-20
1
-1
/
+1
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
12
-18
/
+46
*
Add clippy scripts and apply clippy suggestions
魏曹先生
2026-04-20
5
-18
/
+32
*
Update version badge to 0.1.6
魏曹先生
2026-04-20
2
-2
/
+2
*
Update example to use synchronous program execution
魏曹先生
2026-04-20
1
-3
/
+2
*
Remove async from main example in README
魏曹先生
2026-04-20
1
-3
/
+2
*
Add async feature documentation
魏曹先生
2026-04-20
6
-2
/
+121
*
Add intro section and remove phantom renderers from docs
魏曹先生
2026-04-20
2
-24
/
+6
*
Add initial CHANGELOG.md for release 0.1.6
魏曹先生
2026-04-20
1
-0
/
+39
*
Register type in Groupped derive macro
魏曹先生
2026-04-20
1
-0
/
+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
6
-49
/
+31
[prev]
[next]