(text string)
| 34 | DisplayTableWithHeader(prefix string, table [][]string, padding int) |
| 35 | DisplayText(template string, data ...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{}) |
no outgoing calls
no test coverage detected