Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppVersion version number AppVersion = "0.5.3-rc3" LatestGithubVersion = AppVersion // AppName app code name AppName = "HORNET" )
View Source
var (
PLUGIN = node.NewPlugin("CLI", node.Enabled, configure, run)
)
Functions ¶
func AddPluginStatus ¶
func HideConfigFlags ¶ added in v0.4.2
func HideConfigFlags()
HideConfigFlags hides all non essential flags from the help/usage text.
func ParseConfig ¶ added in v0.3.0
func ParseConfig()
func ParseFlags ¶ added in v0.5.3
func ParseFlags()
ParseFlags defines and parses the command-line flags from os.Args[1:].
func PrintConfig ¶ added in v0.4.0
func PrintConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.