cmd

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type DoctorResult added in v0.5.0

type DoctorResult struct {
	Environment tools.Environment `json:"environment"`
	Tools       []ToolResult      `json:"tools"`
	Summary     DoctorSummary     `json:"summary"`
}

DoctorResult represents the doctor command output.

type DoctorSummary added in v0.5.0

type DoctorSummary struct {
	Total     int `json:"total"`
	Installed int `json:"installed"`
	Missing   int `json:"missing"`
}

DoctorSummary summarizes the doctor results.

type ToolResult added in v0.5.0

type ToolResult struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Language    string `json:"language"`
	Installed   bool   `json:"installed"`
	Version     string `json:"version,omitempty"`
	Install     string `json:"install,omitempty"`
}

ToolResult represents a single tool's status.

Jump to

Keyboard shortcuts

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