# Functions
LookupStringFlag returns a string flag from the [cli.Context] as a string.
LookupStringSliceFlag returns a string flag from the [cli.Context] as a []string.
No description provided by the author
No description provided by the author
No description provided by the author
RunIOEither executes an [IOE.IOEither], ignores the return value and only dispatches the error.
# Variables
LookupStringFlagOpt returns a string flag from the [cli.Context] as an [O.Option[string]].