Problem
`copia-cli auth status --host nonexistent.example.com` shows the default host's status instead of erroring.
Expected behavior
```
$ copia-cli auth status --host nonexistent.example.com
Error: not logged in to nonexistent.example.com
```
Discovered by
gh CLI behavior comparison test.