pretty-exec-lib 0.0.35

Print a command and then execute it
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod logger;
pub mod main;
pub mod pretty_exec;
pub mod sub;

pub use logger::*;
pub use main::*;
pub use pretty_exec::*;

pub use structopt_utilities::{self, clap, structopt};