Versions in this module Expand all Collapse all v0 v0.1.1 Aug 30, 2021 v0.1.0 Aug 11, 2021 Changes in this version + func ComputeTrdlBinPath() []byte + func GetRandomString(n int) string + func GetTempDir() string + 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 + func TrdlBinArgs(userArgs ...string) []string + type RunCommandOptions struct + ExtraEnv []string + ShouldSucceed bool + ToStdin string