Credo.Execution.get_given_cli_switch
You're seeing just the function
get_given_cli_switch
, go back to Credo.Execution module for more information.
Returns the value for the given switch_name
.
Credo.Execution.get_given_cli_switch(exec, "foo")
# => "bar"