Versions in this module Expand all Collapse all v0 v0.0.2 Mar 26, 2021 v0.0.1 Mar 6, 2021 Changes in this version + type Optional struct + 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 + func (o Optional) IsSet() bool + type String struct + func (S *String) Set(s string)