Documentation
¶
Overview ¶
Package cli provides the CLI command definitions and Cobra setup.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDaemonNotRunning = errors.New("daemon is not running")
ErrDaemonNotRunning is returned by status when the daemon is not running. The root command can check for this to set exit code 1.
View Source
var ErrValidationFailed = errors.New("recurfile validation failed")
ErrValidationFailed is returned when recurfile validation fails.
View Source
var Version = buildinfo.Version("0.1.0-alpha")
Version is the CLI version: the release-injected tag, else the module version from `go install`, else this development default.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.