MCPcopy Create free account
hub / github.com/diillson/chatcli / OSCommandExecutor

Struct OSCommandExecutor

utils/exec_utils.go:13–13  ·  view source on GitHub ↗

OSCommandExecutor é a implementação real que usa os/exec.

Source from the content-addressed store, hash-verified

11
12// OSCommandExecutor é a implementação real que usa os/exec.
13type OSCommandExecutor struct{}
14
15// Run executa um comando e espera ele terminar.
16func (e *OSCommandExecutor) Run(name string, arg ...string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected