MCPcopy
hub / github.com/cli/cli / Command

Struct Command

git/command.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13type commandCtx = func(ctx context.Context, name string, args ...string) *exec.Cmd
14
15type Command struct {
16 *exec.Cmd
17}
18
19func (gc *Command) Run() error {
20 stderr := &bytes.Buffer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected