Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DashboardCmd ¶
type DashboardCmd struct {
}
func (*DashboardCmd) Run ¶
func (cmd *DashboardCmd) Run(globals *Globals) error
type Globals ¶
type Globals struct {
Version VersionFlag `name:"version" short:"v" help:"Print version information and quit"`
Config ConfigCmd `cmd:"" help:"Display current config" default:"0"`
Dashboard DashboardCmd `cmd:""`
}
type VersionFlag ¶
type VersionFlag string
func (VersionFlag) BeforeApply ¶
func (VersionFlag) Decode ¶
func (v VersionFlag) Decode(ctx *kong.DecodeContext) error
func (VersionFlag) IsBool ¶
func (v VersionFlag) IsBool() bool
Click to show internal directories.
Click to hide internal directories.