index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add extra_macros feature to doc scripts and mingling deps
Weicao-CatilGrass
16 hours
1
-0
/
+1
*
Refactor built-in flags into reusable setup structs
魏曹先生
22 hours
1
-6
/
+97
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
23 hours
4
-8
/
+8
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
42 hours
11
-80
/
+137
*
Switch mingling dependencies to local path references
魏曹先生
42 hours
1
-2
/
+2
*
Update CHANGELOG and switch to published crate versions
0.1.9
魏曹先生
4 days
1
-13
/
+3
*
Remove duplicate README and replace with symlink
魏曹先生
4 days
1
-164
/
+1
*
Replace license files with symlinks to root
魏曹先生
4 days
2
-211
/
+2
*
Update roadmap milestones and mark 0.1.9 features as complete
魏曹先生
4 days
1
-4
/
+10
*
Remove stale example-repl-advanced directory and repl_extra feature
魏曹先生
4 days
3
-36
/
+0
*
Add auto-generated feature flags module and tooling
魏曹先生
4 days
5
-79
/
+225
*
Rename error types with consistent naming convention
魏曹先生
4 days
2
-4
/
+4
*
Rename CompletionDispatcher to CMDCompletion and hide internal types
魏曹先生
4 days
1
-8
/
+10
*
Add workflow, macro, and dispatch keywords to Cargo.toml
魏曹先生
4 days
1
-1
/
+11
*
Update docs and examples for clap binding with optional error parameter
魏曹先生
4 days
1
-10
/
+19
*
Rewrite documentation for Mingling library
魏曹先生
5 days
1
-28
/
+30
*
Add example for clap binding integration
魏曹先生
5 days
1
-0
/
+128
*
Update crate description
魏曹先生
5 days
1
-1
/
+1
*
Rewrite README and update GitHub URL case
魏曹先生
5 days
1
-193
/
+73
*
Sync README.md to mingling\README.md
Weicao-CatilGrass
6 days
1
-1
/
+1
*
Gate extra_macros items behind the feature flag
魏曹先生
9 days
2
-1
/
+3
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
9 days
1
-17
/
+55
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
9 days
2
-8
/
+8
*
Add extra_macros feature to mingling and mingling_macros
魏曹先生
9 days
1
-1
/
+10
*
Update doc examples and fix code references in setups
Weicao-CatilGrass
9 days
3
-56
/
+56
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
9 days
2
-336
/
+1284
*
Re-export `mingling_core::setup::*` from `setup` module
Weicao-CatilGrass
10 days
1
-0
/
+1
*
Add Default derive and Option Pickable implementation
Weicao-CatilGrass
10 days
2
-0
/
+14
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
11 days
1
-7
/
+3
*
Simplify path picking and accept Path references in checks
魏曹先生
12 days
1
-4
/
+4
*
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
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
1
-1
/
+6
*
Bump version to 0.1.9
魏曹先生
2026-05-18
2
-3
/
+3
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
1
-2
/
+2
*
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
2
-12
/
+12
*
Update architecture diagram and increase image width to 100%
Weicao-CatilGrass
2026-05-17
1
-1
/
+1
*
Restructure roadmap in README files into milestone groups
Weicao-CatilGrass
2026-05-17
1
-11
/
+14
*
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
5
-3
/
+75
*
Inline `strip_all_flags` and simplify `ShellContext` methods
魏曹先生
2026-05-15
2
-6
/
+2
*
Add workspace Cargo.toml and centralize crate metadata
魏曹先生
2026-05-15
2
-729
/
+7
*
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
[next]