Function up_rs::exec::cmd

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

Copy of the duct::cmd function that ensures we’re info logging the command we’re running.