Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Success is the exit code when a command execution is successful. Success int = iota // GenericError is the generic exit code when something fails. GenericError // FlagError is the exit code when an undefined or invalid flag is provided to a command. FlagError )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.