1 2 3 4 5 6
pub use self::error::{Error, Result}; pub use self::terminal::Terminal; pub mod commands; mod error; mod terminal;