| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
BREAKING CHANGE: Remove `mingling_support` feature from arg-picker
crate. The
`EntryPicker` trait and `corebind` module are now part of the mingling
crate
directly, and `build_pattern1` is now a public method.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Implement `From<PickerArgs>` for `Vec<String>` and
`From<&PickerArgs>` for `Vec<&str>`, enabling seamless
conversion from the picker arguments enum to owned or
borrowed string vectors.
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|