Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command[C any] interface { Configure(func(fb config.FlagBuilder, cfg *C)) }
func NewCommand ¶
type RootCommand ¶
type RootCommand interface { Execute() // contains filtered or unexported methods }
func NewRootCommand ¶
func NewRootCommand(short string, long string) RootCommand
Click to show internal directories.
Click to hide internal directories.