Documentation ¶
Overview ¶
Package cmd handles the commandline user interface and interactions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCmd = errors.New("invalid command, please use one of the available commands") ErrNoID = errors.New("requires an id or uuid argument") ErrID = errors.New("invalid id or uuid specified") )
View Source
var ErrNoOutput = errors.New("no output command used")
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.