Medic.Cmd.exec-exclamation-mark

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

Run a command via System.cmd, returning trimmed output, or raising if the command fails.