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

Method Execute

plugin/rpc/fakecommand/fake_command1.go:48–51  ·  view source on GitHub ↗
(c flags.FlagContext)

Source from the content-addressed store, hash-verified

46}
47
48func (cmd FakeCommand1) Execute(c flags.FlagContext) error {
49 cmd.ui.Say("Command Executed")
50 return nil
51}
52
53type fakeReq struct {
54 ui terminal.UI

Callers

nothing calls this directly

Calls 1

SayMethod · 0.65

Tested by

no test coverage detected