Module exec

Source
Expand description

Wrappers around executing commands.

Traits§

UpDuct
Trait to wrap running commands with Duct.

Functions§

cmd
Copy of the duct::cmd function that ensures we’re info logging the command we’re running.
cmd_log
Wrapper around duct::cmd function that lets us log the command we’re running.