| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2 days | 1 | -24/+36 |
| | | |||||
| * | Add Default derive and Option Pickable implementation | Weicao-CatilGrass | 10 days | 1 | -0/+1 |
| | | |||||
| * | Add path picker and PathChecker for CLI argument validation | 魏曹先生 | 12 days | 1 | -0/+3 |
| | | |||||
| * | Inline `strip_all_flags` and simplify `ShellContext` methods | 魏曹先生 | 2026-05-15 | 1 | -1/+1 |
| | | | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports. | ||||
| * | Add `AsPicker` trait for types convertible to `Vec<String>` | 魏曹先生 | 2026-04-30 | 1 | -0/+66 |
| | | |||||
| * | Simplify Picker API by removing generic parameter and route types | 魏曹先生 | 2026-04-28 | 1 | -107/+366 |
| | | |||||
| * | Remove PickableEnum comment block | Weicao-CatilGrass | 2026-04-27 | 1 | -4/+0 |
| | | |||||
| * | 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 | 1 | -0/+20 |
| | | |||||
| * | Add Pickable implementation for enums with EnumTag trait | 魏曹先生 | 2026-04-13 | 1 | -1/+15 |
| | | |||||
| * | Add YesOrNo and TrueOrFalse pickable boolean types | 魏曹先生 | 2026-04-07 | 1 | -0/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add documentation for public items in lib and parser modules | 魏曹先生 | 2026-04-01 | 1 | -0/+22 |
| | | |||||
| * | Add Argument type to picker builtins and expose Picker | 魏曹先生 | 2026-03-31 | 1 | -1/+1 |
| | | | | | | | | - 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/+116 |
