diff --git a/client/src/modes/handlers/command_mode.rs b/client/src/modes/handlers/command_mode.rs index 9e5387e..f1ecb75 100644 --- a/client/src/modes/handlers/command_mode.rs +++ b/client/src/modes/handlers/command_mode.rs @@ -81,8 +81,9 @@ async fn process_command( let action = config.get_action_for_command(&command) .unwrap_or("unknown"); - // For debugging - eprintln!("Command: '{}', Action: '{}'", command, action); + // TODO remove in the future this comment. For debugging to instantly output action + // eprintln!("Command: '{}', Action: '{}'", command, action); + match action { "save" => { let message = common::save(