Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigError ¶
ConfigError is used to signal an error with a command line argument or environmment variable.
It carries the command's usage output, so that we can decouple configuration parsing from error reporting for better testability.
func (ConfigError) Error ¶
func (e ConfigError) Error() string
Error implements the error interface.
Click to show internal directories.
Click to hide internal directories.