Documentation ¶
Index ¶
- Variables
- func LookupStringFlag(name string) func(ctx *cli.Context) string
- func LookupStringSliceFlag(name string) func(ctx *cli.Context) []string
- func Reflow[T0, T1, R any](f func(T1) R) func(func(T0) T1) func(T0) R
- func Reflow1[T0, T1, R any](f1 func(T1) R) func(func(T0) T1) func(T0) R
- func Reflow2[T0, T1, R any](f func(T1) R) func(func(T0) T1) func(T0) R
- func RunIOEither[T any](cmd IOE.IOEither[error, T]) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func LookupStringFlag ¶
LookupStringFlag returns a string flag from the cli.Context as a string
func LookupStringSliceFlag ¶
LookupStringSliceFlag returns a string flag from the cli.Context as a []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.