aboutsummaryrefslogtreecommitdiffstats
path: root/src/export_fun.rs
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-11 15:32:51 +0100
committerJonas Maier <>2026-03-11 15:32:51 +0100
commit18ad2173816bf455c2dabece9009aae29133b3d3 (patch)
tree97c03b0bb2be3df5fbe5ff09cc8f9c5c84801758 /src/export_fun.rs
parent15501132916dfbc24f23b619e6d5408f258fc0d9 (diff)
downloadpish-18ad2173816bf455c2dabece9009aae29133b3d3.tar.gz
first draft of cancellable builtins, kinda shit
Diffstat (limited to 'src/export_fun.rs')
-rw-r--r--src/export_fun.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/export_fun.rs b/src/export_fun.rs
index 8576cce..d8722b4 100644
--- a/src/export_fun.rs
+++ b/src/export_fun.rs
@@ -8,8 +8,7 @@ use nix::poll::poll;
use crate::Session;
use crate::defer;
-use crate::run::Input;
-use crate::run::Output;
+use crate::rw::*;
use crate::run::get_command_kind;
use std::env::current_exe;
use std::ffi::OsStr;