cli

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BinaryName is the public CLI binary name.
	BinaryName = "mocklet"
	// Version identifies current build version.
	Version = "dev"
)

Variables

This section is empty.

Functions

func Main

func Main(args []string, stdout, stderr io.Writer) int

Main is the command entrypoint used by the binary package.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

App wires CLI input and output streams to the cobra command shell.

func NewApp

func NewApp(stdout, stderr io.Writer) *App

NewApp constructs a production app bound to the provided streams.

func (*App) Execute

func (a *App) Execute(args []string) int

Execute runs CLI command tree and maps failures to stable process exit codes.

Jump to

Keyboard shortcuts

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