Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCmdRunner ¶
type FakeCmdRunner struct { LastArgs []string // contains filtered or unexported fields }
func NewFakeCmdRunner ¶ added in v0.7.0
func NewFakeCmdRunner(handler func(argv []string)) *FakeCmdRunner
type RealCmdRunner ¶
type RealCmdRunner struct{}
Click to show internal directories.
Click to hide internal directories.