Documentation
¶
Overview ¶
Package shell provides utilities for working with shell commands and scripts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell struct{}
Shell provides an implementation for executing system commands.
func NewShell ¶
func NewShell() Shell
NewShell creates and returns a new Shell instance to execute system commands.
Click to show internal directories.
Click to hide internal directories.