Pow v0.1.0-alpha.6 Mix.Pow View Source
Utilities module for mix tasks.
Link to this section Summary
Functions
Fetches context app for the project
Fetches the context base module for the app
Fetches the library path for the context app
Raises an exception if the project is an umbrella app
Parses argument options into a map
Link to this section Functions
Fetches context app for the project.
Fetches the context base module for the app.
Fetches the library path for the context app.
Raises an exception if the project is an umbrella app.
Link to this function
parse_options(args, switches, default_opts)
View Source
parse_options(OptionParser.argv(), Keyword.t(), Keyword.t()) :: map()
Parses argument options into a map.