stats
No overview available.
def stats(
ctx: click.Context,
files: tuple
) - > null
Generates and displays an audit report for the specified files using the logtool command-line interface.
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 processed and analyzed by the audit runner. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned directly; the report is printed to the standard output via the context echo method. |