[Phase 5] cmd_continue return proper exit codes #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
uses for all errors, making it difficult for the daemon to distinguish between recoverable errors (max agents) and actual failures.
Solution
Modify and to return proper exit codes:
Key changes:
Also create documenting all exit codes.
Status
READY - No dependencies
Files
Related Issue
Parent: #235