Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckToolsStatus ¶
CheckToolsStatus checks the status of all tools on macOS
func LoadAndPrepareAppData ¶
func LoadAndPrepareAppData() (groups map[string][]string, builtInGroupNames []string, customGroupNames []string, installedApps []string, err error)
LoadAndPrepareAppData loads all application data and prepares it for rendering This function is copied from the install package to maintain consistency
func ValidateAndInstallTools ¶
func ValidateAndInstallTools() error
ValidateAndInstallTools validates and installs required tools on macOS
Types ¶
type Tool ¶
Tool represents a macOS system tool
func GetRequiredTools ¶
func GetRequiredTools() []Tool
GetRequiredTools returns the list of required tools for anvil on macOS Note: Homebrew is handled separately as a prerequisite in ValidateAndInstallTools()
func GetToolInfo ¶
GetToolInfo returns information about a specific tool
Click to show internal directories.
Click to hide internal directories.