Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExitSuccess is returned in case command was correctly executed. ExitSuccess = iota // ExitError is catchall for general errors. ExitError // ExitBadArgs is returned in case passed arguments are invalid. ExitBadArgs = 128 )
Variables ¶
This section is empty.
Functions ¶
func ExitWithError ¶
ExitWithError exits application printing error value to stderr.
func NewUserCommand ¶
NewUserCommand returns the cobra command for "user".
func NewVersionCommand ¶
NewVersionCommand prints out the version of jackal.
Types ¶
Click to show internal directories.
Click to hide internal directories.