Documentation
¶
Overview ¶
Package update implements explicit user-triggered repolens upgrades.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallSource ¶
type InstallSource string
const ( InstallSourceDirect InstallSource = "direct" InstallSourceHomebrew InstallSource = "homebrew" InstallSourceScoop InstallSource = "scoop" )
func DetectInstallSource ¶
func DetectInstallSource(exePath string) InstallSource
Click to show internal directories.
Click to hide internal directories.