Skip to main content

traces

Executes an audit on the specified files using the trace echo configuration from the context.

def traces(
ctx: click.Context,
files: tuple of strings
) - > null

Executes an audit process on a collection of trace files and echoes the results to the context output.

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object containing the shared configuration and echo utility.
filestuple of stringsA variable number of file paths representing the trace logs to be audited.

Returns

TypeDescription
nullThis function does not return a value.