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