Documentation ¶
Index ¶
- func Abort(details AbortDetails)
- func AbortGracefullyWith(format string, args ...interface{})
- func AbortIfError(preamble string, err error)
- func AbortIfErrors(preamble string, errors []error)
- func AbortWith(format string, args ...interface{})
- func AbortWithUsage(format string, args ...interface{})
- type AbortDetails
- type Command
- type DeprecatedCommand
- type Program
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Abort ¶
func Abort(details AbortDetails)
func AbortGracefullyWith ¶
func AbortGracefullyWith(format string, args ...interface{})
func AbortIfError ¶
func AbortIfErrors ¶
func AbortWithUsage ¶
func AbortWithUsage(format string, args ...interface{})
Types ¶
type AbortDetails ¶
type Command ¶
type DeprecatedCommand ¶
type DeprecatedCommand struct { Name string Deprecation types.Deprecation }
Click to show internal directories.
Click to hide internal directories.