Medic.Cmd.exec

You're seeing just the function exec, go back to Medic.Cmd module for more information.
Link to this function

exec(command, args, opts \\ [])

View Source

Specs

exec(binary(), [binary()], [binary()]) :: {binary(), non_neg_integer()}

Run a command via System.cmd, returning trimmed output and status code