Documentation ¶
Index ¶
- Variables
- func BuildMultiwerfBinPath() string
- func CopyIn(sourcePath, destinationPath string)
- func GetRandomString(n int) string
- func GetTempDir() (string, error)
- func ProcessMultiwerfBinPath() string
- func RunCommand(dir, command string, args ...string) ([]byte, error)
- func RunCommandWithOptions(dir, command string, args []string, options RunCommandOptions) ([]byte, error)
- func RunSucceedCommand(dir, command string, args ...string)
- func SucceedCommandOutputString(dir, command string, args ...string) string
- type RunCommandOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var LineBreak = "\n"
Functions ¶
func BuildMultiwerfBinPath ¶
func BuildMultiwerfBinPath() string
func GetRandomString ¶
func GetTempDir ¶
func ProcessMultiwerfBinPath ¶
func ProcessMultiwerfBinPath() string
func RunCommandWithOptions ¶
func RunCommandWithOptions(dir, command string, args []string, options RunCommandOptions) ([]byte, error)
func RunSucceedCommand ¶
Types ¶
type RunCommandOptions ¶
Click to show internal directories.
Click to hide internal directories.