Function 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.