aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/setups.rs')
-rw-r--r--mingling/src/setups.rs4
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;