Versions in this module Expand all Collapse all v1 v1.12.5 Oct 24, 2022 v1.12.4 Oct 24, 2022 Changes in this version + func Clean(output string, err error) (string, error) + func CleanAllLines(output string, err error) ([]string, error) + func ExtractRepoFromConfig(ctx context.Context) (result config.Repo, err error) + func ExtractRepoFromURL(rawurl string) (config.Repo, error) + func IsRepo(ctx context.Context) bool + func Run(ctx context.Context, args ...string) (string, error) + func RunWithEnv(ctx context.Context, env []string, args ...string) (string, error)