Documentation
¶
Overview ¶
Package flag provides types to be used as command-line flag arguments with the github.com/urfave/cli package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShlexStringSlice ¶
type ShlexStringSlice struct {
// contains filtered or unexported fields
}
func (*ShlexStringSlice) Get ¶
func (s *ShlexStringSlice) Get() any
func (*ShlexStringSlice) Items ¶
func (s *ShlexStringSlice) Items() []string
func (*ShlexStringSlice) Set ¶
func (s *ShlexStringSlice) Set(value string) error
func (*ShlexStringSlice) String ¶
func (s *ShlexStringSlice) String() string
Click to show internal directories.
Click to hide internal directories.