diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-21 19:22:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-21 19:22:27 +0800 |
| commit | 2213d332782764ab19e20c867bafa75a8aab0b65 (patch) | |
| tree | d696cb0256addadf93f543f711e878ed70644027 /mingling/src/parser/picker.rs | |
| parent | c2edd02745b5bdfcb8a6bb1da64e411e77855cac (diff) | |
Add path picker and PathChecker for CLI argument validation
Diffstat (limited to 'mingling/src/parser/picker.rs')
| -rw-r--r-- | mingling/src/parser/picker.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/src/parser/picker.rs b/mingling/src/parser/picker.rs index 91c7c83..725d4e6 100644 --- a/mingling/src/parser/picker.rs +++ b/mingling/src/parser/picker.rs @@ -7,6 +7,9 @@ pub mod builtin; #[doc(hidden)] pub mod bools; +#[doc(hidden)] +pub mod path; + /// A builder for extracting values from command-line arguments. /// /// The `Picker` struct holds parsed arguments and provides a fluent interface |
