package
0.1.1
Repository: https://github.com/siderolabs/go-cmd.git
Documentation: pkg.go.dev

# Packages

Package proc implements functions handling UNIX processes.

# Functions

Run executes a command.
RunContext executes a command with context.
WithStdin creates a new context from the existing context and sets stdin value.

# Constants

MaxStderrLen is maximum length of stderr output captured for error message.

# Structs

ExitError wraps any exit error (reaper or exec).