Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VERSION = "dev"
VERSION will be set at compile time - see Github actions...
Functions ¶
This section is empty.
Types ¶
type DebugReportCommand ¶
type DebugReportCommand struct {
Address string `required:"" help:"the Netgear switch's IP address or host name to connect to" short:"a"`
}
func (*DebugReportCommand) Run ¶
func (drc *DebugReportCommand) Run(args *types.GlobalOptions) error
type HelpAllFlag ¶
type HelpAllFlag bool
func (HelpAllFlag) BeforeApply ¶
func (HelpAllFlag) BeforeApply(ctx *kong.Context) error
type VersionCommand ¶
type VersionCommand struct {
}
func (*VersionCommand) Run ¶
func (version *VersionCommand) Run(args *types.GlobalOptions) error
Click to show internal directories.
Click to hide internal directories.