errors
Executes an audit on the specified files and echoes task errors to the context output using a custom callback.
def errors(
ctx: click.Context,
files: tuple
) - > null
Processes log files to identify and report task errors using an audit mechanism.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing the application state and output utilities. |
| files | tuple | A collection of file paths to be scanned for task-related error entries. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; output is streamed directly to the console via the context object. |