macro_rules! cmd_debug_if_wet {
( $dry_run:expr, $program:expr $(, $arg:expr )* $(,)? ) => { ... };
}Expand description
Copy of the duct::cmd! macro that skips running the command if the dry_run boolean is
true. Logs the command to be run at the Debug level.