package
1.2.6
Repository: https://github.com/redhat-developer/ocdev.git
Documentation: pkg.go.dev

# Functions

HandleCommand receives a PluginHandler and command-line arguments and attempts to find a plugin executable on the PATH that satisfies the given arguments.
NewExecHandler creates and returns a new ExecHandler configured with the prefix.

# Structs

ExecHandler implements PluginHandler using the "os/exec" package.

# Interfaces

PluginHandler provides functionality for finding and executing external plugins.