Mix.Tasks.Cmd
Executes the given command.
Useful in umbrella applications to execute a command on each child app:
mix cmd echo pwd
Aborts when the first command exits with status different than zero.
Summary
| run(args) | Callback implementation of |
Executes the given command.
Useful in umbrella applications to execute a command on each child app:
mix cmd echo pwd
Aborts when the first command exits with status different than zero.
| run(args) | Callback implementation of |