# 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.