Medic.Cmd (Medic v2.0.1)
View SourceHelpers for running commands.
Summary
Functions
Run a command via System.cmd
, returning trimmed output and status code
Run a command via System.cmd
, 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.
Functions
@spec exec(binary(), [binary()], [binary()]) :: {binary(), non_neg_integer()}
Run a command via System.cmd
, returning trimmed output and status code
Run a command via System.cmd
, 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.