Mix v1.1.1 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

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.