index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]