(changeSet []ui.Change)
| 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) |
| 19 | DisplayDiffRemoval(line string, depth int, addHyphen bool) |