Mix.Task.run

You're seeing just the callback run, go back to Mix.Task module for more information.

Specs

run(command_line_args :: [binary()]) :: any()

A task needs to implement run which receives a list of command line args.