Macro up_rs::cmd

source ·
macro_rules! cmd {
    ( $program:expr $(, $arg:expr )* $(,)? ) => { ... };
}
Expand description

Copy of the duct::cmd! macro that ensures we’re logging the command we’re running at the ‘info’ level (logged by default).