Skip to main content

debug

Executes a debug audit on the specified files using the context's echo configuration.

def debug(
ctx: click.Context,
files: tuple
) - > null

Executes an audit process on specified files with debug logging enabled to the console.

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object containing the global configuration and echo utility for output.
filestupleA collection of file paths or patterns to be processed by the audit tool.

Returns

TypeDescription
nullNothing is returned; the function executes the audit process and outputs results to the console.