summaryrefslogtreecommitdiffstats
path: root/src/key_command/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/command.rs')
-rw-r--r--src/key_command/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/command.rs b/src/key_command/command.rs
index 87ab74b..84e407e 100644
--- a/src/key_command/command.rs
+++ b/src/key_command/command.rs
@@ -191,7 +191,7 @@ pub enum Command {
processor: PostProcessor,
},
Zoxide(String),
- ZoxideInteractive,
+ ZoxideInteractive(String),
CustomSearch(Vec<String>),
CustomSearchInteractive(Vec<String>),