Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlagOptions ¶ added in v0.8.12
type FlagOptions struct {
Overwrite bool
}
type StringSlice ¶ added in v0.9.3
type StringSlice struct {
// contains filtered or unexported fields
}
func (*StringSlice) Set ¶ added in v0.9.3
func (s *StringSlice) Set(val string) error
func (*StringSlice) SetDefault ¶ added in v0.9.3
func (s *StringSlice) SetDefault(val []string)
func (*StringSlice) String ¶ added in v0.9.3
func (s *StringSlice) String() string
Click to show internal directories.
Click to hide internal directories.