aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/picker/result.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add early route on missing flag魏曹先生28 hours1-0/+2
| | | | | | | Introduce `or_route` and a `PickerResult` type that carries an optional route value. When a flag is absent, the closure given to `or_route` is evaluated and stored in `error_route`, allowing the caller to exit early without a default value.
* refactor: rename `PickerResult` to `PickerArgResult` and add new魏曹先生29 hours1-0/+54
`PickerResult` struct