cli

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 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

View Source
var (
	ErrStdinNotConfigured = errors.New("stdin reader is not configured")
)

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.

type Clock added in v0.1.6

type Clock interface {
	Now() time.Time
}

Clock provides current time information.

Jump to

Keyboard shortcuts

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