Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "v0.0.4"
Variables ¶
This section is empty.
Functions ¶
func FetchFromCache ¶
FetchFromCache loads tool list from cache file
func UpdateCache ¶
UpdateCache creates/updates cache file
Types ¶
type Options ¶
type Options struct {
ConfigFile string
Path string
NoColor bool
NoSetPath bool
Install goflags.StringSlice
Update goflags.StringSlice
Remove goflags.StringSlice
InstallAll bool
UpdateAll bool
RemoveAll bool
Verbose bool
Silent bool
Version bool
ShowPath bool
}
Options contains the configuration options for tuning the enumeration process.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line flags provided by a user
Click to show internal directories.
Click to hide internal directories.