protocol_ex v0.4.3 mix compile.protocol_ex
Link to this section Summary
Link to this section Functions
Link to this function
clean()
Cleans up consolidated protocols.
Link to this function
run(args)
run(args)
run(OptionParser.argv()) :: :ok
run(OptionParser.argv()) :: :ok
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.