Project
cortex-cli
Description
There's no command to list pull requests in the current repository. Users must switch to git or GitHub CLI for this functionality.
Use Case
$ cortex pr list
error: unrecognized subcommand 'list'
Proposed Solution
- Add
cortex pr list command
- Show open PRs by default
- Filter options:
--state, --author, --label
- Sort options:
--sort created|updated
Alternatives Considered
No response
Impact
All users
Additional Context
- Common workflow need
- Stay in Cortex context
- Complement existing PR commands
Project
cortex-cli
Description
There's no command to list pull requests in the current repository. Users must switch to git or GitHub CLI for this functionality.
Use Case
$ cortex pr list error: unrecognized subcommand 'list'Proposed Solution
cortex pr listcommand--state,--author,--label--sort created|updatedAlternatives Considered
No response
Impact
All users
Additional Context