diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-19 00:35:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-19 00:35:09 +0800 |
| commit | 501eb14dfca05813fa7a16f13f2efd9ba2b8c923 (patch) | |
| tree | 2c1c7a58c50a2ac07a7eb9e3d698c33442430aea /mingling/src/setups.rs | |
| parent | 5e460470f6ea2ce31a403b6e936ec2fe8f45312a (diff) | |
docs: add doc comments for Picker, AsPicker, and ProgramSetup traits
Diffstat (limited to 'mingling/src/setups.rs')
| -rw-r--r-- | mingling/src/setups.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling/src/setups.rs b/mingling/src/setups.rs index a1290ff..6fd728a 100644 --- a/mingling/src/setups.rs +++ b/mingling/src/setups.rs @@ -7,6 +7,10 @@ pub use dirs::*; mod exit_code; pub use exit_code::*; +/// Picker's `ProgramSetup` variant. +/// +/// Internally does not use its own argument parsing, +/// but relies on `arg_picker`'s argument parsing capability. #[cfg(feature = "picker")] pub mod picker; |
