Credo.Execution.get_plugin_param
You're seeing just the function
get_plugin_param
, go back to Credo.Execution module for more information.
Returns the Credo.Plugin
module's param value.
Credo.Execution.get_command(exec, CredoDemoPlugin, "foo")
# => nil
Credo.Execution.get_command(exec, CredoDemoPlugin, "foo", 42)
# => 42