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
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing the global configuration and echo utility for output. |
| files | tuple | A collection of file paths or patterns to be processed by the audit tool. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function executes the audit process and outputs results to the console. |