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

Method DisplayBoolPrompt

command/ui.go:15–15  ·  view source on GitHub ↗
(defaultResponse bool, template string, templateValues ...map[string]interface{})

Source from the content-addressed store, hash-verified

13type UI interface {
14 DeferText(template string, data ...map[string]interface{})
15 DisplayBoolPrompt(defaultResponse bool, template string, templateValues ...map[string]interface{}) (bool, error)
16 DisplayChangesForPush(changeSet []ui.Change) error
17 DisplayDeprecationWarning()
18 DisplayDiffAddition(line string, depth int, addHyphen bool)

Callers 15

displayPromptMethod · 0.65
displayPromptMethod · 0.65
scaleProcessMethod · 0.65
ExecuteMethod · 0.65
displayPromptMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
displayPromptMethod · 0.65
displayPromptMethod · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected