cmd

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: MIT Imports: 27 Imported by: 0

Documentation

Overview

Package cmd implements the command line interface for the fz tool.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotAuthenticated = errors.New("not authenticated; run `fz auth login` first")
	ErrNoAccount        = errors.New("no account specified; use --account or run `fz auth login`")
	ErrInvalidToken     = errors.New("token is invalid or expired")
	ErrConfirmation     = errors.New("confirmation required; re-run with --yes")
)

Sentinel errors for programmatic checking.

Functions

func Execute

func Execute(version string)

Execute runs 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