index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Rename and refactor clippy scripts
魏曹先生
2026-04-22
2
-4
/
+2
*
Sync README.md
魏曹先生
2026-04-22
1
-1
/
+1
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
11
-49
/
+25
*
Update README with link for version 0.1.6
魏曹先生
2026-04-20
1
-1
/
+1
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
12
-18
/
+46
*
Add clippy scripts and apply clippy suggestions
魏曹先生
2026-04-20
5
-18
/
+32
*
Update version badge to 0.1.6
魏曹先生
2026-04-20
2
-2
/
+2
*
Update example to use synchronous program execution
魏曹先生
2026-04-20
1
-3
/
+2
*
Remove async from main example in README
魏曹先生
2026-04-20
1
-3
/
+2
*
Add async feature documentation
魏曹先生
2026-04-20
6
-2
/
+121
*
Add intro section and remove phantom renderers from docs
魏曹先生
2026-04-20
2
-24
/
+6
*
Add initial CHANGELOG.md for release 0.1.6
魏曹先生
2026-04-20
1
-0
/
+39
*
Register type in Groupped derive macro
魏曹先生
2026-04-20
1
-0
/
+2
*
Make `pick_or` accept `Into<TNext>` for default value
魏曹先生
2026-04-20
1
-4
/
+4
*
Move type registration to pack! and Groupped macros
魏曹先生
2026-04-20
6
-49
/
+31
*
Add missing import for std::env on non-Windows platforms
魏曹先生
2026-04-19
1
-0
/
+3
*
Bump version to 0.1.6
魏曹先生
2026-04-19
11
-23
/
+23
*
Remove unnecessary `.into()` calls in chain functions
魏曹先生
2026-04-19
2
-8
/
+8
*
Support both async and sync functions with async feature enabled
魏曹先生
2026-04-19
1
-24
/
+38
*
Remove async from dispatcher parsing functions
魏曹先生
2026-04-19
2
-6
/
+5
*
Add documentation for the general_renderer feature
魏曹先生
2026-04-19
1
-0
/
+70
*
Fix macro registration in basic tutorial docs
魏曹先生
2026-04-19
3
-3
/
+2
*
Remove async runtime requirement from examples
魏曹先生
2026-04-19
11
-87
/
+61
*
Add HTTP server script for local docs preview
魏曹先生
2026-04-19
1
-0
/
+2
*
Make async an optional feature
魏曹先生
2026-04-19
21
-208
/
+303
*
Add core prefix to roadmap items 0.1.6, 0.1.8, and 0.1.9
魏曹先生
2026-04-18
1
-3
/
+3
*
Simplify examples by removing AnyOutput usage
魏曹先生
2026-04-18
4
-18
/
+16
*
Update docs links and roadmap for upcoming releases
魏曹先生
2026-04-18
2
-10
/
+22
*
Add AnyOutput and ChainProcess conversion impls
魏曹先生
2026-04-18
1
-0
/
+43
*
Remove outdated planning document from source directory
魏曹先生
2026-04-18
1
-7
/
+0
*
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
[next]