| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(arg): add into_info conversion and flag formatting helpers | 魏曹先生 | 3 days | 1 | -1/+30 |
| | | | | | | - Move PickerArg-to-PickerArgInfo conversion into an `into_info` method - Add `short_flag()` and `long_flag()` methods to PickerArgInfo | ||||
| * | feat(arg_picker): add preprocessing and postprocessing priority levels | 魏曹先生 | 5 days | 1 | -1/+25 |
| | | | | | | | | | Add `Begin`, `Preprocess`, `Final`, and `Postprocess` variants to `PickerArgAttr` enum, and implement `Pickable` for `PickerArgs` as a built-in picker that consumes all remaining unclaimed arguments at lowest priority. Expose `is_masked` and `build_masked_args` as public functions for use by custom pickers. | ||||
| * | refactor: rename `mingling_picker` to `arg_picker` | 魏曹先生 | 6 days | 1 | -0/+299 |
