Documentation ¶
Index ¶
- type Command
- type Execution
- func NewChangeDirectory(headAddresses []string, output terminal.Output, target string) Execution
- func NewCopy(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
- func NewList(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
- func NewMakeDirectory(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
- func NewMove(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
- func NewRemove(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
- func NewShell(headAddresses []string, version string) Execution
- func NewTree(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execution ¶
func NewChangeDirectory ¶
func NewCopy ¶
func NewCopy(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
NewCopy creates the execution of copy operation
func NewList ¶
func NewList(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
NewList creates the execution of list operation
func NewMakeDirectory ¶
func NewMakeDirectory(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
NewMakeDirectory creates the execution of folder creation operation
func NewMove ¶
func NewMove(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
NewMove creates the execution of move operation
func NewRemove ¶
func NewRemove(headAddresses []string, output terminal.Output, basePath string, args []string) Execution
NewRemove creates the execution of remove operation
Click to show internal directories.
Click to hide internal directories.