Add optional --repo flag to berg issue list and berg pull list
commands to allow querying repositories without being in a git
directory. The flag accepts OWNER/REPO format.
- Add --repo flag to issue list (-r short option)
- Add --repo flag to pull list (-R short option)
- Make parse_owner_and_repo() pub(crate) for reuse
- Improve error message consistency
- Change ListPullRequestArgs from Copy to Clone for String field
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Add optional --repo flag to `berg issue list` and `berg pull list`
commands to allow querying repositories without being in a git
directory. The flag accepts OWNER/REPO format.
- Add --repo flag to issue list (-r short option)
- Add --repo flag to pull list (-R short option)
- Make parse_owner_and_repo() pub(crate) for reuse
- Improve error message consistency
- Change ListPullRequestArgs from Copy to Clone for String field
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>