MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Setup

Method Setup

command/common/help_command.go:38–44  ·  view source on GitHub ↗
(config command.Config, ui command.UI)

Source from the content-addressed store, hash-verified

36}
37
38func (cmd *HelpCommand) Setup(config command.Config, ui command.UI) error {
39 cmd.Actor = sharedaction.NewActor(config)
40 cmd.Config = config
41 cmd.UI = ui
42
43 return nil
44}
45
46func (cmd HelpCommand) Execute(args []string) error {
47 var err error

Callers

nothing calls this directly

Calls 1

NewActorFunction · 0.92

Tested by

no test coverage detected