Macro up_rs::cmd_debug

source ·
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).