-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Motivation: Silent error is not enough for a better experience with CLI
Lines 7 to 13 in d3a8508
| type Silent interface { | |
| error | |
| // Code returns an exit code. | |
| Code() int | |
| // Message optionally returns an exit message. | |
| Message() (string, bool) | |
| } |
To do:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog