# Structs
No description provided by the author
Fail is a debug action to output the original hook args and fail the hook execution
Example configuration:
{ "run": "CaptainHook::Debug.Fail" }.
Success is a debug action to output args and opts not failing the hook execution
Example configuration:
{ "run": "CaptainHook::Debug.Success", "option": { "foo": "bar" } }.