(template string, templateValues ...map[string]interface{})
| 36 | DisplayTextLiteral(text string) |
| 37 | DisplayTextMenu(choices []string, promptTemplate string, templateValues ...map[string]interface{}) (string, error) |
| 38 | DisplayTextPrompt(template string, templateValues ...map[string]interface{}) (string, error) |
| 39 | DisplayTextWithBold(text string, keys ...map[string]interface{}) |
| 40 | DisplayTextWithFlavor(text string, keys ...map[string]interface{}) |
| 41 | DisplayWarning(formattedString string, keys ...map[string]interface{}) |
no outgoing calls
no test coverage detected