Skip to main content

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

NameTypeDescription
ctxclick.ContextThe Click context object containing the application state and output utilities.
filestupleA collection of file paths to be scanned for task-related error entries.

Returns

TypeDescription
nullNothing is returned; output is streamed directly to the console via the context object.