Medic.Cmd.run

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

run(description, command, args, opts \\ [])

View Source

Specs

run(binary(), binary(), [binary()], list()) :: {binary(), integer()}

Run a command, writing the description, command, and output to stdout. Returns result of System.cmd.