All of the following work:
pyrefly check --error=deprecated
pyrefly check --warn=deprecated
pyrefly check --ignore=deprecated
But this doesn't work:
pyrefly check --info=deprecated
even though "info" is a valid severity level that I can set in pyrefly.toml.