Print helpful message when authentication error is detected (CLI version).
()
| 79 | |
| 80 | |
| 81 | def print_auth_error_help() -> None: |
| 82 | """Print helpful message when authentication error is detected (CLI version).""" |
| 83 | print(AUTH_ERROR_HELP_CLI) |
no outgoing calls
no test coverage detected