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