index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(core): decouple structured output from Groupped trait
魏曹先生
4 days
3
-17
/
+76
*
Redesign hook system with structured info types and ProgramControls
魏曹先生
5 days
3
-21
/
+33
*
Move flag tests to separate module and clean up deref patterns
魏曹先生
6 days
1
-3
/
+4
*
Add IO error example with type alias in group macro
魏曹先生
7 days
1
-1
/
+22
*
Make route! macro auto-convert error types
魏曹先生
7 days
1
-2
/
+2
*
Add help command with exit code 2 for exitcode example
魏曹先生
7 days
1
-1
/
+13
*
Remove all explicit program name modes from macros
removed-shit
魏曹先生
10 days
1
-8
/
+8
*
Add example for outside type registration
魏曹先生
10 days
1
-0
/
+91
*
Add `group!` macro for registering external types
魏曹先生
10 days
1
-0
/
+3
*
Re-export Groupped trait from prelude
魏曹先生
10 days
1
-0
/
+2
*
Add `pack_err!` macro for error structs with automatic name field
魏曹先生
11 days
2
-0
/
+131
*
Add naming conventions documentation and update sidebar
Weicao-CatilGrass
2026-06-12
1
-0
/
+40
*
Update repository URLs to mingling-rs organization
Weicao-CatilGrass
2026-06-10
1
-1
/
+1
*
Add LazyRes for lazy resource initialization
魏曹先生
2026-06-07
1
-0
/
+108
*
Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`
魏曹先生
2026-06-06
4
-12
/
+16
*
Add `unpack_chain_process` to example unit test and docs
魏曹先生
2026-06-02
1
-1
/
+3
*
Add extra_macros feature to doc scripts and mingling deps
Weicao-CatilGrass
2026-06-01
1
-0
/
+1
*
Refactor built-in flags into reusable setup structs
魏曹先生
2026-06-01
1
-6
/
+97
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
2026-06-01
4
-8
/
+8
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
11
-80
/
+137
*
Switch mingling dependencies to local path references
魏曹先生
2026-05-31
1
-2
/
+2
*
Update CHANGELOG and switch to published crate versions
0.1.9
魏曹先生
2026-05-29
1
-13
/
+3
*
Remove duplicate README and replace with symlink
魏曹先生
2026-05-29
1
-164
/
+1
*
Replace license files with symlinks to root
魏曹先生
2026-05-29
2
-211
/
+2
*
Update roadmap milestones and mark 0.1.9 features as complete
魏曹先生
2026-05-29
1
-4
/
+10
*
Remove stale example-repl-advanced directory and repl_extra feature
魏曹先生
2026-05-29
3
-36
/
+0
*
Add auto-generated feature flags module and tooling
魏曹先生
2026-05-29
5
-79
/
+225
*
Rename error types with consistent naming convention
魏曹先生
2026-05-29
2
-4
/
+4
*
Rename CompletionDispatcher to CMDCompletion and hide internal types
魏曹先生
2026-05-29
1
-8
/
+10
*
Add workflow, macro, and dispatch keywords to Cargo.toml
魏曹先生
2026-05-29
1
-1
/
+11
*
Update docs and examples for clap binding with optional error parameter
魏曹先生
2026-05-29
1
-10
/
+19
*
Rewrite documentation for Mingling library
魏曹先生
2026-05-28
1
-28
/
+30
*
Add example for clap binding integration
魏曹先生
2026-05-28
1
-0
/
+128
*
Update crate description
魏曹先生
2026-05-28
1
-1
/
+1
*
Rewrite README and update GitHub URL case
魏曹先生
2026-05-28
1
-193
/
+73
*
Sync README.md to mingling\README.md
Weicao-CatilGrass
2026-05-27
1
-1
/
+1
*
Gate extra_macros items behind the feature flag
魏曹先生
2026-05-24
2
-1
/
+3
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
2026-05-24
1
-17
/
+55
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
2026-05-24
2
-8
/
+8
*
Add extra_macros feature to mingling and mingling_macros
魏曹先生
2026-05-24
1
-1
/
+10
*
Update doc examples and fix code references in setups
Weicao-CatilGrass
2026-05-24
3
-56
/
+56
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
2026-05-23
2
-336
/
+1284
*
Re-export `mingling_core::setup::*` from `setup` module
Weicao-CatilGrass
2026-05-23
1
-0
/
+1
*
Add Default derive and Option Pickable implementation
Weicao-CatilGrass
2026-05-23
2
-0
/
+14
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
2026-05-22
1
-7
/
+3
*
Simplify path picking and accept Path references in checks
魏曹先生
2026-05-21
1
-4
/
+4
*
Add path picker and PathChecker for CLI argument validation
魏曹先生
2026-05-21
4
-0
/
+367
*
Add CI workflow for cross-platform testing
魏曹先生
2026-05-21
1
-1
/
+2
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
2026-05-21
3
-27
/
+133
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
2
-7
/
+170
[next]