cli-assert 0.1.13-rc.1

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

pub use command::Command;
pub use files::{TempDir, TempFile};
pub use predicates::{and, contains, eq, ge, gt, le, lt, ne, not, or};
pub use utils::{PathExt, sleep};