index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
/
parser
/
picker
Commit message (
Collapse
)
Author
Age
Files
Lines
*
docs: add module-level documentation and improve doc comments
魏曹先生
26 hours
1
-0
/
+12
|
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
4
-3
/
+19
|
*
Add Default derive and Option Pickable implementation
Weicao-CatilGrass
2026-05-23
1
-0
/
+13
|
*
Simplify path picking and accept Path references in checks
魏曹先生
2026-05-21
1
-4
/
+4
|
*
Add path picker and PathChecker for CLI argument validation
魏曹先生
2026-05-21
2
-0
/
+363
|
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
1
-0
/
+2
|
*
Fix bool parsing ignoring explicit `--value true` flag
魏曹先生
2026-04-28
1
-11
/
+6
|
*
Rename boolean enums and simplify pick_bool function
魏曹先生
2026-04-11
1
-44
/
+33
|
*
Add YesOrNo and TrueOrFalse pickable boolean types
魏曹先生
2026-04-07
1
-0
/
+140
|
*
Replace length checks with `is_empty` and `?` operator
魏曹先生
2026-04-06
1
-6
/
+2
|
*
Add vector pickers
魏曹先生
2026-04-04
1
-0
/
+42
|
*
Add Argument type to picker builtins and expose Picker
魏曹先生
2026-03-31
1
-1
/
+12
|
|
|
|
|
|
|
- Add `#[derive(Debug, Default)]` to `Argument` struct - Add `dump_remains` method to `Argument` - Remove `#[doc(hidden)]` from `Picker` struct - Implement `Pickable` for `Argument` to allow consuming remaining args
*
Add argument parser module with picker API
魏曹先生
2026-03-30
1
-0
/
+53