cli-assert 0.1.12

Testing command-line applications
Documentation
1
2
3
4
5
6
7
8
9
mod assertions;
mod command;
mod files;
mod macros;
mod utils;

pub use command::Command;
pub use files::TmpFile;
pub use utils::{sleep, PathExt};