Adify v0.1.0 mix adify
This tasks run an adification process.
It makes calls to Adify module to run the process with given inputs
Info:
mix adify runs adify commands:
Usage:
$ `@{task} --os osx
Options:
Option Alias Description
--------------------------------------------------------------------------
--os NO-ALIAS The Operating System on which Adify needs to run.
Can be one of either supporting os's. To get a
list of all supporting OS's run:
`$ mix adify.list_os`
--noconfirm NO-ALIAS Determines whether there needs to be a
confirmation before installing each tool
--tools-dir -t Path to the Tools Directory. Check out docs to
get the template of tools directory expected by
Adify
--digest-file -d Path to where the Digest file will be generated
after Adification.
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
Runs the command
Examples:
# When help is given as an argument
iex> Mix.Tasks.Adify.run(["-h"])
:ok
# When help is not given as an argument
iex> Mix.Tasks.Adify.run(["--noconfirm", "-t", "test/support/tools"])
iex> :noconfirm
:noconfirm