index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
4
-44
/
+129
*
Reorganize dependencies into feature-specific groups
魏曹先生
2026-04-18
1
-2
/
+6
*
Fix Windows UTF-16 argument handling in PowerShell completion
魏曹先生
2026-04-17
2
-1
/
+22
*
Update example command name from mycmd to fruit
魏曹先生
2026-04-15
1
-5
/
+5
*
Add parser feature documentation with comprehensive example
魏曹先生
2026-04-15
1
-0
/
+374
*
Add after_or_route method to picker builder
魏曹先生
2026-04-15
1
-2
/
+28
*
Add Features section to documentation
魏曹先生
2026-04-15
5
-0
/
+37
*
Add documentation for Dispatcher, Chain, and Renderer
魏曹先生
2026-04-15
3
-0
/
+226
*
Add type registration for CompletionContext
魏曹先生
2026-04-15
2
-12
/
+8
*
Remove unnecessary string conversions in macro type registration
魏曹先生
2026-04-15
3
-9
/
+6
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
4
-5
/
+21
*
Add #[doc(hidden)] to macro-generated structs
魏曹先生
2026-04-15
4
-0
/
+4
*
Rename refresh-examples to refresh-docs and add quiet flag
魏曹先生
2026-04-15
3
-5
/
+12
*
Update helpdoc badge to use "latest" instead of version number
魏曹先生
2026-04-14
2
-2
/
+2
*
Add helpdoc badge linking to GitHub Pages site
魏曹先生
2026-04-14
2
-2
/
+8
*
Add documentation for Mingling CLI framework
魏曹先生
2026-04-14
13
-0
/
+1526
*
Simplify setup macro to accept any program parameter type
魏曹先生
2026-04-14
1
-59
/
+7
*
Add argument filtering and CLI build support
魏曹先生
2026-04-14
7
-18
/
+76
|
\
|
*
Rename add_dispatcher module to dispatcher_mgr and add remove command
Weicao-CatilGrass
2026-04-14
5
-18
/
+43
|
*
Add `strip_all_flags` method and `operate_args` method
Weicao-CatilGrass
2026-04-14
2
-0
/
+33
*
|
Change global argument and flag handlers to FnMut
魏曹先生
2026-04-14
1
-4
/
+4
*
|
Update toml dependency to version 1.1.2
魏曹先生
2026-04-14
3
-25
/
+13
*
|
Update README and add docs README generation
魏曹先生
2026-04-14
2
-41
/
+60
*
|
Move resource files to docs directory
魏曹先生
2026-04-14
6
-2
/
+2
*
|
Add script support to run-tools utilities
魏曹先生
2026-04-14
4
-13
/
+38
|
/
*
Update example to use EnumTag and PickableEnum
魏曹先生
2026-04-13
2
-72
/
+88
*
Remove unused Span import and make enum_desc optional
魏曹先生
2026-04-13
1
-7
/
+6
*
Simplify attribute parsing for enum_desc and enum_rename
魏曹先生
2026-04-13
1
-40
/
+7
*
Add enum_rename attribute to EnumTag macro
魏曹先生
2026-04-13
2
-5
/
+49
*
Add Pickable implementation for enums with EnumTag trait
魏曹先生
2026-04-13
3
-5
/
+24
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
11
-176
/
+218
*
Update completion script generation API
魏曹先生
2026-04-13
3
-28
/
+24
*
Update README badge URLs and expand text
Weicao-CatilGrass
2026-04-12
1
-3
/
+3
*
Update docs.rs badge link to version 0.1.5
Weicao-CatilGrass
2026-04-12
1
-1
/
+1
*
Trim trailing whitespace in generated examples file
Weicao-CatilGrass
2026-04-12
4
-3
/
+36
*
Remove registry source from local workspace dependencies
Weicao-CatilGrass
2026-04-12
2
-8
/
+0
*
Improve PowerShell completion script parsing and output handling
Weicao-CatilGrass
2026-04-12
1
-56
/
+91
*
Use same suggestion format for PowerShell as Zsh
Weicao-CatilGrass
2026-04-12
2
-18
/
+24
*
Add Windows-specific flag detection and improve PowerShell completion
Weicao-CatilGrass
2026-04-12
2
-32
/
+73
*
Switch mingling dependencies from crates.io to local paths
Weicao-CatilGrass
2026-04-12
2
-6
/
+2
*
Fix typo in PowerShell shell flag from "pwsl" to "pwsh"
魏曹先生
2026-04-12
4
-4
/
+4
*
Add Unplanned Features section to README
魏曹先生
2026-04-12
1
-2
/
+13
*
Update release status for completion feature in roadmap
魏曹先生
2026-04-12
1
-3
/
+3
*
Update Cargo.lock for published mingling crates
0.1.5
魏曹先生
2026-04-12
6
-4
/
+28
*
Update mingling_macros to version 0.1.4
魏曹先生
2026-04-12
5
-6
/
+6
*
Add architecture diagram to README
魏曹先生
2026-04-12
3
-0
/
+230
*
Add comments to example completion function
魏曹先生
2026-04-12
2
-0
/
+12
*
Change code blocks in examples from rust to ignore
魏曹先生
2026-04-12
3
-12
/
+12
*
Add ShellContext helper methods for completion logic
魏曹先生
2026-04-12
7
-18
/
+336
*
Filter out __comp node and improve debug logging in completion helper
魏曹先生
2026-04-12
1
-11
/
+16
[next]