MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / SetWorkingDir

Function SetWorkingDir

test/test.go:61–64  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

59}
60
61func SetWorkingDir(dir string) {
62 workingDir = dir
63 say.Say("\n===== cd " + dir)
64}
65
66func CaptureOutput(t *testing.T) *string {
67 messages := ""

Calls 1

SayFunction · 0.92