Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoArgs is returned when a List attempts to run with no args provided. ErrNoArgs = errors.New("no args") // ErrNoCmd is returned when a List cannot find a command to run. ErrNoCmd = errors.New("command not found") )
View Source
var ErrExeFail = errors.New("failed to execute command (no Run)")
ErrExeFail is an error returned from Execute when Command cannot run du to an symantic error (usually a missing func for a struct).
Functions ¶
This section is empty.
Types ¶
type Basic ¶
Basic is a basic Command.
type Command ¶
Command represents a command provided at the command line (i.e. programname command).
Click to show internal directories.
Click to hide internal directories.