Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitClean = 0 // no errors, no warnings ExitError = 1 // validation errors present ExitWarning = 2 // warnings present, no errors ExitCobra = 3 // CLI/usage error (bad flags, missing args) )
Exit codes used by the CLI.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.