Documentation
¶
Index ¶
Constants ¶
View Source
const APP = "bb"
Variables ¶
View Source
var VERSION = "0.1.0"
VERSION is the version of this application
Functions ¶
Types ¶
type RootOptions ¶
type RootOptions struct { ConfigFile string `mapstructure:"-"` LogDestination string `mapstructure:"-"` ProfileName string `mapstructure:"-"` Verbose bool `mapstructure:"-"` Debug bool `mapstructure:"-"` }
RootOptions describes the options for the application
var CmdOptions RootOptions
CmdOptions contains the options for the application
Click to show internal directories.
Click to hide internal directories.