| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add path picker and PathChecker for CLI argument validation | 魏曹先生 | 12 days | 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 |
