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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.