Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultErrorExitCode defines exit the code for failed action generally DefaultErrorExitCode = 1 // PreFlightExitCode defines exit the code for preflight checks PreFlightExitCode = 2 // ValidationExitCode defines the exit code validation checks ValidationExitCode = 3 )
Variables ¶
View Source
var ( ErrInvalidSubCommandMsg = "invalid subcommand" ErrExit = errors.New("exit") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.