aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/parser/picker
Commit message (Expand)AuthorAgeFilesLines
* Fix bool parsing ignoring explicit `--value true` flag魏曹先生2026-04-281-11/+6
* Rename boolean enums and simplify pick_bool function魏曹先生2026-04-111-44/+33
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生2026-04-071-0/+140
* Replace length checks with `is_empty` and `?` operator魏曹先生2026-04-061-6/+2
* Add vector pickers魏曹先生2026-04-041-0/+42
* Add Argument type to picker builtins and expose Picker魏曹先生2026-03-311-1/+12
* Add argument parser module with picker API魏曹先生2026-03-301-0/+53