aboutsummaryrefslogtreecommitdiffstats
path: root/src/std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/std.rs')
-rw-r--r--src/std.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std.rs b/src/std.rs
new file mode 100644
index 0000000..fa07499
--- /dev/null
+++ b/src/std.rs
@@ -0,0 +1,2 @@
+pub type Child =
+ crate::command::Child<std::process::Child, crate::pty::std::Pty>;