Documentation ¶ Index ¶ type Optional func (o Optional) IsSet() bool func (o *Optional) Set(s string) (err error) func (o *Optional) SetCli(c *cli.Cli, val flag.Value, name, descr string) func (o *Optional) Setup(val flag.Value) *Optional type String func (S *String) Set(s string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Optional ¶ type Optional struct { flag.Value // contains filtered or unexported fields } func (Optional) IsSet ¶ func (o Optional) IsSet() bool func (*Optional) Set ¶ func (o *Optional) Set(s string) (err error) func (*Optional) SetCli ¶ func (o *Optional) SetCli(c *cli.Cli, val flag.Value, name, descr string) func (*Optional) Setup ¶ func (o *Optional) Setup(val flag.Value) *Optional type String ¶ type String struct { // contains filtered or unexported fields } func (*String) Set ¶ func (S *String) Set(s string) Source Files ¶ View all Source files optional.gostring.go Click to show internal directories. Click to hide internal directories.