Documentation ¶
Index ¶
Constants ¶
View Source
const TrueValue = "true"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrInvalidFlag ¶
type ErrInvalidFlag struct {
Arg string
}
func (ErrInvalidFlag) Error ¶
func (err ErrInvalidFlag) Error() string
type ErrRepeatedFlag ¶
type ErrRepeatedFlag struct {
Arg string
}
func (ErrRepeatedFlag) Error ¶
func (err ErrRepeatedFlag) Error() string
Click to show internal directories.
Click to hide internal directories.