cmd

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package cmd contains the Cobra command tree for ghset.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoRepo      = errors.New("no repo specified — interactive mode not yet implemented")
	ErrInvalidRepo = errors.New("invalid repo format")
)

Sentinel errors for describe command.

View Source
var (
	ErrNoSource   = errors.New("no source specified — use --from (file or repo) or pipe from stdin")
	ErrNoRepoName = errors.New("no repo name specified — interactive mode not yet implemented")
)

Sentinel errors for init command.

View Source
var ErrRepoNotReady = errors.New("repo not ready")
View Source
var ErrStdinStat = errors.New("os.Stdin.Stat() error")

Functions

func Execute

func Execute() error

Execute runs the root command. Called from main.

Types

This section is empty.

Jump to

Keyboard shortcuts

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