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).
macro_rules! cmd { ( $program:expr $(, $arg:expr )* $(,)? ) => { ... }; }
Copy of the duct::cmd! macro that ensures we’re logging the command we’re running at the
‘info’ level (logged by default).