Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cmd.Root{ Name: "qol-assist", Short: "QoL assistance to help Solus roll!", Flags: &GlobalFlags{}, }
Root is the main command for this application
View Source
var VersionNumber string
VersionNumber is an externally defined string that contains qol-assist's current version
Functions ¶
This section is empty.
Types ¶
type GlobalFlags ¶
type GlobalFlags struct {
Debug bool `short:"d" long:"debug" desc:"Run in debug mode"`
}
GlobalFlags contains the flags for the Root command
Click to show internal directories.
Click to hide internal directories.