10
310
Fork
You've already forked codeberg-cli
33

feat: add state filter to issue list command #247

Merged
Aviac merged 1 commit from timstoop/codeberg-cli:feat-issue-list-state-filter into main 2025年10月07日 08:52:00 +02:00
Contributor
Copy link

Add --state option to filter issues by state (open/closed/all).
Defaults to 'open' to match expected behavior.

Usage:
berg issue list --state open # default
berg issue list --state closed
berg issue list --state all

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Add --state option to filter issues by state (open/closed/all). Defaults to 'open' to match expected behavior. Usage: berg issue list --state open # default berg issue list --state closed berg issue list --state all 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add --state option to filter issues by state (open/closed/all).
Defaults to 'open' to match expected behavior.
Usage:
 berg issue list --state open # default
 berg issue list --state closed
 berg issue list --state all
Tested with Aviac/codeberg-cli repository.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Aviac left a comment
Owner
Copy link

I also looked through this. Thanks again for the tests, they all pass 👍 LGTM

I also looked through this. Thanks again for the tests, they all pass 👍 LGTM
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aviac/codeberg-cli!247
Reference in a new issue
Aviac/codeberg-cli
No description provided.
Delete branch "timstoop/codeberg-cli:feat-issue-list-state-filter"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?