package
0.0.0-20181213094507-0031c6d985d6
Repository: https://github.com/facchinm/arduino-cli.git
Documentation: pkg.go.dev

# Functions

AttachStderrListener adds an OutputListener to the stderr of the process.
AttachStdoutListener adds an OutputListener to the stdout of the process.
Command creates a command with the provided command line arguments.
PipeCommands executes the commands received as input by feeding the output of one to the input of the other, exactly like Unix Pipe (|).
TellCommandNotToSpawnShell avoids that the specified Cmd display a small command prompt while runnning on Windows.

# Variables

PrintToStderr is an OutputListener that outputs messages to standard error.
PrintToStdout is an OutputListener that outputs messages to standard output.

# Interfaces

OutputListener is a callback interface to receive output messages from process.