Medic.Cmd.run-exclamation-mark

You're seeing just the function run-exclamation-mark, 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()) :: :ok

Run a command, writing the description, command, and output to stdout. Returns :ok or raises if the command fails.