feat: Add Wait Flag for CI Status Subcommand
Description
Adding a --wait flag for glab ci status, which provides similar functionality to the existing behavior available via GLAB_NO_PROMPT=1 glab ci status --live.
Related Issues
Resolves #8228 (closed)
How has this been tested?
Ran make to generate a binary and confirmed that a prompt was not provided when running ./bin/glab ci status --wait, and make check to run tests.