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
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing the shared configuration and echo utility. |
| files | tuple of strings | A variable number of file paths representing the trace logs to be audited. |
Returns
| Type | Description |
|---|---|
null | This function does not return a value. |