click.option('-f', '--format', 'report_format',
type=click.Choice(['console', 'json', 'sarif', 'html']),
default='console', show_default=True,
help="Output fo
| 1 | from __future__ import annotations |
| 2 | import click |
| 3 | import time |
| 4 | import json |
nothing calls this directly
no outgoing calls
no test coverage detected