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

Method IsOpenCommandGiven

configuration/configuration.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (c Configuration) IsOpenCommandGiven() bool {
77 return strings.TrimSpace(c.OpenCommand) != ""
78}
79
80func Config(c Configuration) {
81 say.Say("MOB_CLI_NAME" + "=" + quote(c.CliName))

Callers 2

openCommandForFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected