index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor picker to return single values instead of single-element tuples
魏曹先生
2026-04-25
1
-46
/
+134
*
Make `pick_or` accept `Into<TNext>` for default value
魏曹先生
2026-04-20
1
-4
/
+4
*
Add after_or_route method to picker builder
魏曹先生
2026-04-15
1
-2
/
+28
*
Add `strip_all_flags` method and `operate_args` method
Weicao-CatilGrass
2026-04-14
2
-0
/
+33
*
Add Pickable implementation for enums with EnumTag trait
魏曹先生
2026-04-13
1
-1
/
+15
*
Rename boolean enums and simplify pick_bool function
魏曹先生
2026-04-11
1
-44
/
+33
*
Add YesOrNo and TrueOrFalse pickable boolean types
魏曹先生
2026-04-07
2
-0
/
+143
*
Replace length checks with `is_empty` and `?` operator
魏曹先生
2026-04-06
2
-12
/
+8
*
Add `after` method to picker structs for post-processing
魏曹先生
2026-04-04
1
-13
/
+26
*
Add error routing to Picker with generic route type
魏曹先生
2026-04-04
1
-14
/
+178
*
Handle empty flag in special_arguments macro
魏曹先生
2026-04-04
1
-2
/
+7
*
Add vector pickers
魏曹先生
2026-04-04
2
-11
/
+100
*
Add documentation for public items in lib and parser modules
魏曹先生
2026-04-01
2
-0
/
+23
*
Add Argument type to picker builtins and expose Picker
魏曹先生
2026-03-31
3
-2
/
+22
*
Add argument parser module with picker API
魏曹先生
2026-03-30
3
-0
/
+264