summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/runner/command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/command.rs b/src/runner/command.rs
index b0120fc..4b21199 100644
--- a/src/runner/command.rs
+++ b/src/runner/command.rs
@@ -8,6 +8,7 @@ pub struct Command {
Box<dyn FnMut() -> std::io::Result<()> + Send + Sync + 'static>,
>,
}
+
impl Command {
pub fn new(exe: crate::parse::Exe, io: super::builtins::Io) -> Self {
let exe_path = exe.exe().to_path_buf();