Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
Types ¶
type InstallMethod ¶
type InstallMethod string
const ( InstallMethodUnknown InstallMethod = "unknown" InstallMethodHomebrew InstallMethod = "homebrew" InstallMethodGo InstallMethod = "go" InstallMethodScript InstallMethod = "script" InstallMethodManual InstallMethod = "manual" )
Click to show internal directories.
Click to hide internal directories.