package
1.2.1
Repository: https://github.com/upsight/ron.git
Documentation: pkg.go.dev

# Functions

Command just executes a given cmd string to the supplied io.Writer writers.
CommandNoWait starts the given command but does not wait for it to finish.
GetExitStatus determines the exit status code of an err from a command that was run.
NewSSH will initialize a new ssh configuration for use with RunCommand.
WaitNoop accepts and waits on any signal and returns on kill signals.

# Variables

Debug prints the command being run if set to true.

# Structs

SSH holds the ssh configuration and io.
SSHConfig is an individual ssh configuration for creating a connection.