diff --git a/src/commands.rs b/src/commands.rs
index e614a8a..7d0410b 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -217,7 +217,12 @@ impl CommandManager {
}
}
- fn handle_callbacks(&self, s: &mut Cursive, cmd: &String, args: &[String]) -> Result