click.option(
"--verbose",
is_flag=True,
help="Enable verbose build output"
)
| 1 | #!/usr/bin/env python3 |
| 2 | # /// script |
| 3 | # requires-python = ">=3.8" |
| 4 | # dependencies = [ |
nothing calls this directly
no outgoing calls
no test coverage detected