Mate.Helpers.local_cmd

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

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

View Source

Specs

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

Execute a command (with arguments) on the local machine