Macro up_rs::cmd_if_wet

source ·
macro_rules! cmd_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 Info level.