cmd

package
v3.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version = "dev"
)

Variables

View Source
var (
	ErrNoModel          = errors.New("neural link required: no AI model configured (jack in via --model flag, config file, or environment)")
	ErrNoVisionModel    = errors.New("optics module required: no vision model configured for image analysis (set via --vision-model flag, config file, or environment)")
	ErrInvalidFormat    = errors.New("corrupted data format: valid options are json or markdown")
	ErrInvalidImageFlag = errors.New("image data stream corrupted")
	ErrConfig           = errors.New("config file compromised")
	ErrBindFlags        = errors.New("flag interface malfunction")
)
View Source
var (
	ErrStreamDisplay = errors.New("output buffer overrun")
	ErrRender        = errors.New("rendering matrix collapsed")
)
View Source
var ErrHomeDir = errors.New("failed to retrieve user home directory")
View Source
var ErrLogger = errors.New("logging subsystem failure")

Functions

func NewRootCmd

func NewRootCmd() (*cobra.Command, func() error, error)

NewRootCmd creates and returns the root command.

Types

This section is empty.

Jump to

Keyboard shortcuts

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