aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/builtin/pick_picker_args.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add "Doc Not Optimize" comments to source files魏曹先生6 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* style: satisfy clippy pedantic and nursery lints魏曹先生9 days1-1/+1
|
* feat(arg_picker): add preprocessing and postprocessing priority levels魏曹先生2026-07-181-0/+21
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.