Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
func
(cmd FakeCommand2) Execute(c flags.FlagContext) error {
47
cmd.ui.Say(
"Command Executed"
)
48
return
nil
49
}
50
51
type
fakeReq2
struct
{
52
ui terminal.UI
Callers
nothing calls this directly
Calls
1
Say
Method · 0.65
Tested by
no test coverage detected