Documentation
¶
Overview ¶
Package clitest provides API meant to support testing Joe CLI applications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd represents an app being prepared or run.
func CommandContext ¶
CommandContext produces a command on the given context.
func (*Cmd) CombinedOutput ¶
CombinedOutput runs the app and returns its combined standard output and standard error.
Click to show internal directories.
Click to hide internal directories.