Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LifecycleCmd ¶
func LifecycleCmd(fn LifecycleAction) cli.ActionFunc
func ProtectFlags ¶
func ProtectFlags(flags []cli.Flag) []cli.Flag
Types ¶
type CloneableGeneric ¶
type CloneableGeneric interface {
cli.Generic
Clone() any
}
type LifecycleAction ¶
type LifecycleAction func(ctx *cli.Context, close context.CancelCauseFunc) (Lifecycle, error)
Click to show internal directories.
Click to hide internal directories.