Medic.Cmd (Medic v0.2.0) View Source
Helpers for running commands.
Link to this section Summary
Functions
Run a command, returning trimmed output, or raising if the command fails.
Run a command, writing the description, command, and output to stdout.
Returns result of System.cmd
.
Run a command, writing the description, command, and output to stdout.
Returns :ok
or raises if the command fails.
Link to this section Functions
Specs
Run a command, returning trimmed output, or raising if the command fails.
Specs
Run a command, writing the description, command, and output to stdout.
Returns result of System.cmd
.
Specs
Run a command, writing the description, command, and output to stdout.
Returns :ok
or raises if the command fails.