Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitCodeOK int = 0 ExitCodeError = 10 + iota ExitCodeInterrupt ExitCodeRequiredFlagsError ExitCodeParseFlagsError ExitCodeConfigError ExitCodeDriverError )
Exit codes are int values that represent an exit code for a particular error. Sub-systems may check this unique error to determine the cause of an error without parsing the output or help text.
Errors start at 10
Variables ¶
This section is empty.
Functions ¶
func Commands ¶
func Commands() map[string]cli.CommandFactory
Commands returns the mapping of CLI commands for CTS. The meta parameter lets you set meta options for all commands.
Types ¶
Click to show internal directories.
Click to hide internal directories.