package
1.19.0-beta9
Repository: https://github.com/solo-io/gloo.git
Documentation: pkg.go.dev

# Functions

Command is a convenience wrapper over defaultCmder.Command.
PrettyCommand takes arguments identical to Cmder.Command, it returns a pretty printed command that could be pasted into a shell.
RunCommandOutputToFileFunc returns a func that runs the given Cmd pipes its stdout to the file specified.

# Structs

LocalCmd wraps os/exec.Cmd, implementing the cmdutils.Cmd interface.
LocalCmder is a factory for LocalCmd, implementing Cmder.
RunError represents an error running a Cmd.

# Interfaces

Cmd abstracts over running a command somewhere.
Cmder abstracts over creating commands.