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.
Link to this function

get_given_cli_switch(exec, switch_name)

View Source

Returns the value for the given switch_name.

Credo.Execution.get_given_cli_switch(exec, "foo")
# => "bar"