Mix.Shell.cmd
You're seeing just the callback
cmd
, go back to Mix.Shell module for more information.
Specs
Executes the given command and returns its exit status.
Specs
Executes the given command and returns its exit status.
Options
:print_app
- whenfalse
, does not print the app name when the command outputs something:stderr_to_stdout
- whenfalse
, does not redirect stderr to stdout:quiet
- whentrue
, do not print the command output:env
- environment options to the executed command