Bundlex v0.1.8 mix compile.bundlex View Source
Builds a library for the given platform.
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
View Source
run(args)
View Source
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
.