Versions in this module Expand all Collapse all v0 v0.6.0 Dec 10, 2025 v0.5.0 Feb 16, 2025 Changes in this version + var ErrUnsupportedPlatform = errors.New("unsupported platform") + var ErrUnsupportedShell = fmt.Errorf("unsupported shell") + func Command(command string) *exec.Cmd + func FormatPlatformCommand(command, platform, shell string) (string, error) + func FormatShellCommand(command, shell string) (string, error) + func PrepareCommand(command string, platform string, shell string, fullEnv bool, ...) (*exec.Cmd, error) + func SplitCommand(command string) ([]string, error)