1 2 3 4 5 6 7 8
//! This crate provides the core functionality for the `clitest` crate as a library. pub mod command; pub mod output; pub mod parser; pub mod script; pub mod term; pub mod util;