MCPcopy
hub / github.com/larksuite/cli / Run

Method Run

shortcuts/apps/command_runner.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, dir, name string, args ...string)

Source from the content-addressed store, hash-verified

16// command with that working directory (git -C semantics).
17type commandRunner interface {
18 Run(ctx context.Context, dir, name string, args ...string) (stdout, stderr string, err error)
19}
20
21// execCommandRunner is the production commandRunner backed by os/exec.

Implementers 3

Businternal/event/bus/bus.go
fakeCommandRunnershortcuts/apps/command_runner_test.go
execCommandRunnershortcuts/apps/command_runner.go

Calls

no outgoing calls