Commands

Version Date Notes By
0.1 2018-01-29 Initial release ROB

Commands are information processors or miscelaneous processors that do not alter the information being passed arround in the job.

DebugCommand

This command executes a dd() on the items list so you can see it on the console. It will show the item list as it its at the moment the debug command is executed.

Parameters

Name Type Description
include_columns Array or null this filters the debug output to just those columns in the include_columns array (if set).

CallbackCommand

This command executes whatever code is inside the callback.

Parameters

Name Type Description
callback Callback() Callback to execute.