Pow v0.1.0-alpha.1 Mix.Pow View Source

Utilities module for mix tasks.

Link to this section Summary

Link to this section Functions

Link to this function context_app() View Source
context_app() :: atom() | no_return()
Link to this function context_base(app) View Source
context_base(atom()) :: atom()
Link to this function context_lib_path(ctx_app, rel_path) View Source
context_lib_path(atom(), Path.t()) :: Path.t()
Link to this function no_umbrella!(task) View Source
no_umbrella!(binary()) :: :ok | no_return()
Link to this function parse_options(args, switches, default_opts) View Source
parse_options(OptionParser.argv(), Keyword.t(), Keyword.t()) :: map()