| 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.
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.
| Name | Type | Description |
|---|---|---|
| include_columns | Array or null | this filters the debug output to just those columns in the include_columns array (if set). |
This command executes whatever code is inside the callback.
| Name | Type | Description |
|---|---|---|
| callback | Callback() | Callback to execute. |