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

Method Setup

command/v7/create_buildpack_command.go:30–33  ·  view source on GitHub ↗
(config command.Config, ui command.UI)

Source from the content-addressed store, hash-verified

28}
29
30func (cmd *CreateBuildpackCommand) Setup(config command.Config, ui command.UI) error {
31 cmd.ProgressBar = v7action.NewProgressBar()
32 return cmd.BaseCommand.Setup(config, ui)
33}
34
35func (cmd CreateBuildpackCommand) Execute(args []string) error {
36 err := cmd.SharedActor.CheckTarget(false, false)

Callers

nothing calls this directly

Calls 2

NewProgressBarFunction · 0.92
SetupMethod · 0.65

Tested by

no test coverage detected