Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppOptions ¶
type AppOptions struct {
Quiet bool `name:"quiet" short:"q" help:"Suppress normal output."`
Version versionFlag `name:"version" help:"Show version."`
}
type ErrorWithExitCode ¶
func NewErrorWithExitCode ¶
func NewErrorWithExitCode(err error, exitCode int) ErrorWithExitCode
Click to show internal directories.
Click to hide internal directories.