mod command; pub use command::Command; mod error; pub use error::{Error, Result}; mod pty; pub use pty::Pty;