aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/value
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add filesystem-aware path value types魏曹先生16 hours1-0/+294
| | | | | | | | | 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`.
* chore: add missing docs lint and document public API魏曹先生9 days1-0/+1
| | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable.
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生12 days2-0/+279