Documentation
¶
Overview ¶
Package cmd represents the command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Globals
Server serverCmd `cmd:"" help:"daeira server"`
}
CLI represents the command line interface.
type Globals ¶
type Globals struct {
Debug bool `help:"enable debug output"`
Profiler profilerFlags `embed:"" prefix:"profiler-"`
Version king.VersionFlag `help:"Show version information"`
Show king.ShowConfig `help:"Show config file used"`
}
Globals are the gloabal flags.
Click to show internal directories.
Click to hide internal directories.