MCPcopy
hub / github.com/charmbracelet/bubbletea / ExecCallback

FuncType ExecCallback

exec.go:56–56  ·  view source on GitHub ↗

ExecCallback is used when executing an *exec.Command to return a message with an error, which may or may not be nil.

func(error) Msg

Source from the content-addressed store, hash-verified

54// ExecCallback is used when executing an *exec.Command to return a message
55// with an error, which may or may not be nil.
56type ExecCallback func(error) Msg
57
58// ExecCommand can be implemented to execute things in a blocking fashion in
59// the current terminal.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…