install

package
v0.6.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallComponenets

func InstallComponenets(ps []InstallParam) error

func PrintComponents

func PrintComponents(ps []InstallParam) error

PrintComponents prints parsed InstallParams in a human-readable format Highlights: explicit flags, normalized versions, and consistent spacing

Types

type InstallParam

type InstallParam struct {
	IsLatest   bool
	IsBaseline bool
	Component  string
	Version    string // Normalized version (x.y.z, no v-prefix); empty if IsLatest/IsBaseline is true
}

func ParseParam

func ParseParam(args []string) ([]InstallParam, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL