macro_rules! cmd_debug {
( $program:expr $(, $arg:expr )* $(,)? ) => { ... };
}Expand description
Copy of the duct::cmd! macro that ensures we’re logging the command we’re running at the debug
level (not logged by default).
macro_rules! cmd_debug {
( $program:expr $(, $arg:expr )* $(,)? ) => { ... };
}Copy of the duct::cmd! macro that ensures we’re logging the command we’re running at the debug
level (not logged by default).