fix: Prevent --describe from exiting 1 on missing headers #245
No reviewers
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli!245
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/describe-exit-code"
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?
Summary
./iw --describe phase-commit(and other commands without// USAGE:headers) exited with code 1 despite printing correct outputgrepreturns exit 1 on no match, combined withset -euo pipefail|| trueto PURPOSE and USAGE grep calls, matching the existing pattern used by ARGS and EXAMPLES🤖 Generated with Claude Code