aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/picker/basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/setups/picker/basic.rs')
-rw-r--r--mingling/src/setups/picker/basic.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mingling/src/setups/picker/basic.rs b/mingling/src/setups/picker/basic.rs
index 0539a09..318edbd 100644
--- a/mingling/src/setups/picker/basic.rs
+++ b/mingling/src/setups/picker/basic.rs
@@ -1,7 +1,10 @@
-use arg_picker::{IntoPicker, PickerArg, PickerArgs, value::Flag};
+use arg_picker::{IntoPicker, PickerArg, value::Flag};
use mingling_core::{Program, ProgramCollect, setup::ProgramSetup};
-use crate::setups::picker::{CONFIRM_FLAG, HELP_FLAG, QUIET_FLAG};
+use crate::{
+ setup::picker::REMAINS,
+ setups::picker::{CONFIRM_FLAG, HELP_FLAG, QUIET_FLAG},
+};
/// Helper: picks a boolean flag from the program arguments, calls `f` with the
/// flag value, then replaces the program arguments with the remaining args.