Documentation ¶
Overview ¶
Package command implements creator and executor interface to create a command executor that can execute any command line commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct{}
Creator that can create a command executor
type Executor ¶
type Executor struct { Command string Arguments []string WorkingDir string // contains filtered or unexported fields }
Executor can execute a command
Click to show internal directories.
Click to hide internal directories.