index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update roadmap with completed v0.1.7 milestones
魏曹先生
2026-05-03
2
-62
/
+62
*
Add repl feature flag across workspace crates
魏曹先生
2026-05-03
3
-1
/
+3
*
Add Display derive and testing utilities for Next enum
魏曹先生
2026-05-02
5
-4
/
+117
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
8
-74
/
+107
*
Restrict GlobalResources visibility to crate
魏曹先生
2026-05-02
1
-1
/
+1
*
Use specific features in dev-dependency
魏曹先生
2026-05-02
1
-1
/
+1
*
Add architecture overview and doc comments to macro crate
魏曹先生
2026-05-02
12
-104
/
+921
*
Add documentation for fallback mechanisms
魏曹先生
2026-05-02
3
-0
/
+279
*
Remove `full` feature from all crates
魏曹先生
2026-05-02
4
-5
/
+2
*
Add nightly feature flag for Rust nightly-only functionality
魏曹先生
2026-05-02
4
-0
/
+18
*
Rename and update "Get Started" to "Creating your first Program"
魏曹先生
2026-05-01
3
-8
/
+9
*
Fix README examples to use AsPicker trait instead of Picker
魏曹先生
2026-05-01
3
-11
/
+7
*
Add `AsPicker` trait for types convertible to `Vec<String>`
魏曹先生
2026-04-30
3
-1
/
+77
*
Fix comment and constrain ProgramCollect generic bounds
魏曹先生
2026-04-29
3
-3
/
+3
*
Use small integer repr for gen_program! enum
魏曹先生
2026-04-29
4
-10
/
+25
*
Rename docsify_sidebar_gen to docsify-sidebar-gen
魏曹先生
2026-04-29
1
-0
/
+0
*
Fix typo "Unrusted" to "Untrusted" and reflow code formatting
魏曹先生
2026-04-29
2
-20
/
+22
*
Add docsify sidebar generation tool and update Chinese docs
魏曹先生
2026-04-28
3
-2
/
+147
*
Rebuild and rewrite the documentation site infrastructure
魏曹先生
2026-04-28
25
-1179
/
+1203
*
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
*
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
[next]