(value: bool)
| 48 | |
| 49 | |
| 50 | def _version_callback(value: bool) -> None: |
| 51 | if value: |
| 52 | print(f"{__app_name__} v{__version__}") |
| 53 | raise typer.Exit() |
| 54 | |
| 55 | |
| 56 | @codecarbon.callback() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…