Skip to main content

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

NameTypeDescription
ctxclick.ContextThe Click context object containing the application state and output utilities.
filestupleA collection of file paths to be processed and analyzed by the audit runner.

Returns

TypeDescription
nullNothing is returned directly; the report is printed to the standard output via the context echo method.