index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
1
-0
/
+4
*
Add `dispatcher_clap` attribute macro behind `clap_parser` feature
魏曹先生
2026-04-25
1
-0
/
+3
*
Add clap_parser feature and refactor dispatcher macro internals
魏曹先生
2026-04-25
1
-0
/
+3
*
Refactor picker to return single values instead of single-element tuples
魏曹先生
2026-04-25
1
-46
/
+134
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
1
-0
/
+69
*
Add workspace configuration and update dependencies
魏曹先生
2026-04-22
1
-663
/
+0
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
1
-2
/
+0
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
2
-10
/
+6
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
2
-4
/
+8
*
Remove async from main example in README
魏曹先生
2026-04-20
1
-3
/
+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
1
-3
/
+5
*
Bump version to 0.1.6
魏曹先生
2026-04-19
2
-4
/
+4
*
Remove async runtime requirement from examples
魏曹先生
2026-04-19
1
-19
/
+12
*
Make async an optional feature
魏曹先生
2026-04-19
2
-1
/
+1
*
Simplify examples by removing AnyOutput usage
魏曹先生
2026-04-18
1
-9
/
+8
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
1
-0
/
+4
*
Add after_or_route method to picker builder
魏曹先生
2026-04-15
1
-2
/
+28
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
1
-0
/
+2
*
Add argument filtering and CLI build support
魏曹先生
2026-04-14
2
-0
/
+33
|
\
|
*
Add `strip_all_flags` method and `operate_args` method
Weicao-CatilGrass
2026-04-14
2
-0
/
+33
*
|
Update toml dependency to version 1.1.2
魏曹先生
2026-04-14
1
-12
/
+6
|
/
*
Update example to use EnumTag and PickableEnum
魏曹先生
2026-04-13
1
-36
/
+44
*
Add Pickable implementation for enums with EnumTag trait
魏曹先生
2026-04-13
1
-1
/
+15
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
2
-164
/
+6
*
Update completion script generation API
魏曹先生
2026-04-13
1
-4
/
+4
*
Trim trailing whitespace in generated examples file
Weicao-CatilGrass
2026-04-12
1
-1
/
+1
*
Remove registry source from local workspace dependencies
Weicao-CatilGrass
2026-04-12
1
-4
/
+0
*
Switch mingling dependencies from crates.io to local paths
Weicao-CatilGrass
2026-04-12
1
-2
/
+2
*
Update Cargo.lock for published mingling crates
0.1.5
魏曹先生
2026-04-12
1
-0
/
+4
*
Update mingling_macros to version 0.1.4
魏曹先生
2026-04-12
2
-3
/
+3
*
Add comments to example completion function
魏曹先生
2026-04-12
1
-0
/
+6
*
Change code blocks in examples from rust to ignore
魏曹先生
2026-04-12
2
-11
/
+11
*
Add ShellContext helper methods for completion logic
魏曹先生
2026-04-12
3
-9
/
+174
*
Update documentation for features and examples
魏曹先生
2026-04-11
1
-2
/
+7
*
Fix example doc comment indentation and header trimming
魏曹先生
2026-04-11
1
-117
/
+117
*
Add dev tools to generate example documentation
魏曹先生
2026-04-11
3
-158
/
+404
*
Add project branding and update README structure
魏曹先生
2026-04-11
1
-1
/
+1
*
Remove workspace Cargo.lock and add per-example lockfiles
魏曹先生
2026-04-11
1
-6
/
+195
*
Rename boolean enums and simplify pick_bool function
魏曹先生
2026-04-11
1
-44
/
+33
*
Add debug logging feature with env_logger integration
魏曹先生
2026-04-11
1
-0
/
+1
*
Add completion system with shell context and dispatcher integration
魏曹先生
2026-04-10
1
-0
/
+5
*
Switch from published mingling crate to local workspace dependency
魏曹先生
2026-04-09
2
-11
/
+11
*
Add basic completion module with shell integration
魏曹先生
2026-04-09
2
-1
/
+8
*
Remove unused input module
魏曹先生
2026-04-07
1
-2
/
+0
*
Add YesOrNo and TrueOrFalse pickable boolean types
魏曹先生
2026-04-07
3
-0
/
+145
*
Bump version to 0.1.5 and use local dependencies
魏曹先生
2026-04-07
1
-3
/
+3
*
Replace length checks with `is_empty` and `?` operator
魏曹先生
2026-04-06
2
-12
/
+8
*
Update mingling_core and mingling_macros to version 0.1.3
0.1.4
魏曹先生
2026-04-06
2
-2
/
+6
*
Remove unused InputField struct
魏曹先生
2026-04-06
1
-1
/
+0
[next]