From ce4135854ca7209b99347b24c107d49990283eda Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 17 Jul 2020 02:32:15 -0400 Subject: also expose Child --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bcf5ce9..112bec1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ mod command; -pub use command::Command; +pub use command::{Child, Command}; mod error; pub use error::{Error, Result}; mod pty; -- cgit v1.2.3-54-g00ecf