index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Apply clippy suggestions for code simplification
魏曹先生
2026-04-28
6
-21
/
+12
|
*
se internal ugly naming convention for generated structs
魏曹先生
2026-04-28
4
-11
/
+28
|
*
Remove extra newline in list printing
魏曹先生
2026-04-28
1
-1
/
+1
|
*
Remove implicit help print and add version flag
魏曹先生
2026-04-28
2
-6
/
+5
|
*
Add terminal colored rendering and guide text
魏曹先生
2026-04-28
5
-8
/
+470
|
*
Rename refresh command to install
魏曹先生
2026-04-28
2
-9
/
+9
|
*
Add scaffolding CLI tool `mling`
魏曹先生
2026-04-28
15
-9
/
+1547
|
*
Fix bool parsing ignoring explicit `--value true` flag
魏曹先生
2026-04-28
2
-11
/
+7
|
*
Extract `build_comp_script` logic into `build_comp_script_to`
魏曹先生
2026-04-28
2
-4
/
+24
|
*
Remove root-level Cargo.toml and main.rs
魏曹先生
2026-04-28
6
-43
/
+828
|
*
Simplify Picker API by removing generic parameter and route types
魏曹先生
2026-04-28
5
-141
/
+426
|
*
Add global resource system to Program
魏曹先生
2026-04-27
8
-3
/
+203
|
*
Add `route!` macro for early error routing
魏曹先生
2026-04-27
3
-0
/
+50
|
*
Add simple CLI example to README
魏曹先生
2026-04-27
1
-1
/
+47
|
*
Remove unused `ChainProcess` import in examples
魏曹先生
2026-04-27
3
-6
/
+3
|
*
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
|
|
|
|
config
*
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
|
|
|
|
identifier
*
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
|
|
|
|
|
Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
[next]