Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExitStatus ¶
Checks if given `err` is an exit status
Types ¶
type DefaultExecutor ¶
type DefaultExecutor struct {
// contains filtered or unexported fields
}
Default executor. Uses `mvdan.cc/sh/v3/interp` under the hood
func NewDefaultExecutor ¶
func NewDefaultExecutor() (*DefaultExecutor, error)
Creates new default executor
Click to show internal directories.
Click to hide internal directories.