Mate.Helpers.remote_cmd

You're seeing just the function remote_cmd, go back to Mate.Helpers module for more information.
Link to this function

remote_cmd(session, cmd, args \\ [])

View Source

Specs

remote_cmd(session :: Mate.Session.t(), cmd :: String.t(), args :: [String.t()]) ::
  {:ok, String.t()} | {:error, String.t()}

Execute a command (with arguments) on the remote machine