diff --git a/src/main.rs b/src/main.rs index f9dac9fe..e324cacf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,9 +101,6 @@ fn run() -> Result<()> { None }; - let mut s = String::new(); - std::io::stdin().read_line(&mut s)?; - if let Some(commands) = config.pre_commands() { for (name, command) in commands { generic::run_custom_command(&name, &command, &ctx)?;