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.

Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source