Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func Exists(cmd string) bool + func ExistsForUser(cmd, user string) bool + func ForUser(cmd *exec.Cmd, userName string) error — darwin/amd64, linux/amd64, windows/amd64 + func GetHome(userName string) (string, error) + func IsRunning(pid string) (bool, error) + func Kill(pid string) error + func Quote(args []string) string + func StartBackgroundOnce(commandName string, createCommand CreateCommand) error + func WrapCommandError(stdout []byte, err error) error + type CreateCommand func() (*exec.Cmd, error) + type Error struct + func (e *Error) Error() string