click.option(
"-l",
"--log-level",
type=click.Choice(
list(map(lambda key: key.value, LOG_LEVEL_MAP.keys())), case_sensitive=False
),
default=lambda: os.environ.get("LOG_LE
| 1 | import logging |
| 2 | import os |
| 3 | |
| 4 | import click |
nothing calls this directly
no outgoing calls
no test coverage detected