MCPcopy
hub / github.com/cloudfoundry/cli / Execute

Method Execute

plugin/rpc/fakecommand/fake_command2.go:46–49  ·  view source on GitHub ↗
(c flags.FlagContext)

Source from the content-addressed store, hash-verified

44}
45
46func (cmd FakeCommand2) Execute(c flags.FlagContext) error {
47 cmd.ui.Say("Command Executed")
48 return nil
49}
50
51type fakeReq2 struct {
52 ui terminal.UI

Callers

nothing calls this directly

Calls 1

SayMethod · 0.65

Tested by

no test coverage detected