Nerves.Port.cmd

You're seeing just the function cmd, go back to Nerves.Port module for more information.
Link to this function

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

View Source

Specs

cmd(binary(), [binary()], keyword()) ::
  {Collectable.t(), exit_status :: non_neg_integer()}

Run a command in a similar way to System.cmd/3.