MixTaskArchiveDeps v0.3.0 Mix.Tasks.Archive.Build.All.List

Command line options

  • -o|--destination - specifies output directory name. Defaults to BUILD_DIR/archives

  • -e|--elixir - specifies if all elixir applications should be archived. Defaults to false

  • -s|--separator - character to use as separator when listing archives

Summary

Functions

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

Functions

run(argv)
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.