click.option('-o', '--output', 'output_file',
type=click.Path(path_type=Path),
help="Path to write the report to (default: print to stdout).")
| 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