Documentation
¶
Index ¶
- func AddCmd() *cobra.Command
- func AddRunnerCmd() *cobra.Command
- func AddToolchainCmd() *cobra.Command
- func BenchCmd() *cobra.Command
- func BuildCmd() *cobra.Command
- func CleanCmd() *cobra.Command
- func ConfigCmd() *cobra.Command
- func CppcheckCmd() *cobra.Command
- func DocCmd() *cobra.Command
- func EnvCmd() *cobra.Command
- func FlawfinderCmd() *cobra.Command
- func FmtCmd() *cobra.Command
- func HooksCmd() *cobra.Command
- func IdeCmd() *cobra.Command
- func InfoCmd() *cobra.Command
- func LintCmd() *cobra.Command
- func ListCmd() *cobra.Command
- func NewCmd() *cobra.Command
- func ReleaseCmd() *cobra.Command
- func RemoveCmd() *cobra.Command
- func RmRunnerCmd() *cobra.Command
- func RmToolchainCmd() *cobra.Command
- func RunCmd() *cobra.Command
- func SearchCmd() *cobra.Command
- func SelfUpgrade(args []string) error
- func SelfUpgradeCmd() *cobra.Command
- func SelfUpgradeWithClient(client *http.Client, _ []string) error
- func TestCmd() *cobra.Command
- func UpdateCmd() *cobra.Command
- func UpgradeCmd() *cobra.Command
- func VersionCmd() *cobra.Command
- func WorkflowCmd() *cobra.Command
- type NativeBuildOptions
- type PackageInfo
- type ToolchainBuildOptions
- type UpgradeError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRunnerCmd ¶
func AddToolchainCmd ¶
func CppcheckCmd ¶
func FlawfinderCmd ¶
func ReleaseCmd ¶
func RmRunnerCmd ¶
func RmToolchainCmd ¶
func SelfUpgrade ¶ added in v1.3.4
func SelfUpgradeCmd ¶ added in v1.3.4
func SelfUpgradeWithClient ¶ added in v1.3.5
func UpgradeCmd ¶
func VersionCmd ¶ added in v1.3.4
func WorkflowCmd ¶
Types ¶
type NativeBuildOptions ¶
type PackageInfo ¶
type PackageInfo struct {
Results map[string]struct {
Name string `json:"name"`
Version string `json:"version-semver"`
VersionDate string `json:"version-date"`
VersionStr string `json:"version-string"`
Description any `json:"description"`
Homepage string `json:"homepage"`
License string `json:"license"`
Dependencies []any `json:"dependencies"`
Features map[string]struct {
Description string `json:"description"`
} `json:"features"`
} `json:"results"`
}
PackageInfo represents the structure of vcpkg x-package-info output
type ToolchainBuildOptions ¶
type UpgradeError ¶ added in v1.3.5
func (*UpgradeError) Error ¶ added in v1.3.5
func (e *UpgradeError) Error() string
func (*UpgradeError) Unwrap ¶ added in v1.3.5
func (e *UpgradeError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.