aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/builtin/pick_paths.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add filesystem-aware path value types魏曹先生17 hours1-0/+167
Add `FilePath`, `NoFilePath`, `DirPath`, `NoDirPath`, `SymlinkPath`, `NoSymlinkPath`, `NoPath`, and `RecursiveFiles` wrapper types with filesystem validation at parse time. Each type implements `SinglePickable` and provides standard conversions via `From`, `AsRef`, `Deref`, and `DerefMut`.