Bundlex v0.1.6 mix bundlex.bundle View Source
Assembles a bundle that is ready to run on given platform platform.
Command line options
--platform
or-t
- specifies platform platform. It has to be one ofwindows32
,windows64
, TODO.
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
.