concurrent_shell_commands 0.3.1

runs commands concurrently and display their name and output, with configurable filtering of output
Documentation
1
2
3
4
5
pub mod help;
pub mod version;

pub use help::help;
pub use version::version;