Function up_rs::exec::cmd_log

source ·
pub fn cmd_log<T, U>(l: Level, program: T, args: U) -> Expression
Expand description

Wrapper around duct::cmd function that lets us log the command we’re running.