ExOauth2Provider v0.5.2 Mix.ExOauth2Provider View Source
Utilities module for mix tasks.
Link to this section Summary
Functions
Raises an exception if the project is an umbrella app.
Parses argument options into a map.
Link to this section Functions
Link to this function
no_umbrella!(task) View Source
Raises an exception if the project is an umbrella app.
Link to this function
otp_app()
View Source
otp_app()
View Source
otp_app() :: atom()
otp_app() :: atom()
Link to this function
parse_options(args, switches, default_opts)
View Source
parse_options(args, switches, default_opts)
View Source
parse_options(OptionParser.argv(), Keyword.t(), Keyword.t()) ::
{map(), OptionParser.argv(), OptionParser.errors()}
parse_options(OptionParser.argv(), Keyword.t(), Keyword.t()) :: {map(), OptionParser.argv(), OptionParser.errors()}
Parses argument options into a map.