(env: Environment, args: argparse.Namespace)
| 5 | |
| 6 | |
| 7 | def cli_check_updates(env: Environment, args: argparse.Namespace) -> ExitStatus: |
| 8 | fetch_updates(env, lazy=False) |
| 9 | env.stdout.write(get_update_status(env)) |
| 10 | return ExitStatus.SUCCESS |
nothing calls this directly
no test coverage detected