Documentation ¶
Index ¶
- type Action
- type Arg
- type Args
- type Examples
- type Flag
- type Flags
- func (c Flags) AllBut(ignore ...string) Flags
- func (c Flags) BoolValue(flag string) (bool, error)
- func (c Flags) DurationValue(flag string) (time.Duration, error)
- func (c Flags) GetReflectValue(flag string) (reflect.Value, error)
- func (c Flags) GetValue(flag string) (interface{}, error)
- func (c Flags) HelpString() string
- func (c Flags) Int64Value(flag string) (int64, error)
- func (c Flags) IntValue(flag string) (int, error)
- func (c Flags) RegexValue(flag string) (*regexp.Regexp, error)
- func (c Flags) StringSliceValue(flag string) ([]string, error)
- func (c Flags) StringValue(flag string) (string, error)
- func (c Flags) TimeValue(flag string) (time.Time, error)
- type Object
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arg ¶
func (Arg) StringValue ¶
type Args ¶
func (Args) HelpString ¶
type Flags ¶
func (Flags) HelpString ¶
type Object ¶
Click to show internal directories.
Click to hide internal directories.