Documentation
¶
Overview ¶
Package exitcode defines the CLI's stable exit codes. These are a public contract: scripts depend on them, so values never change.
Index ¶
Constants ¶
View Source
const ( OK = 0 Generic = 1 Usage = 2 Auth = 3 NotFound = 4 RateLimited = 5 // Interrupted follows the shell convention of 128 + SIGINT(2). It is // additive: no existing value changes. Interrupted = 130 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.