(prompt string)
| 32 | PrintCapturingNoOutput(message string, args ...interface{}) |
| 33 | Warn(message string, args ...interface{}) |
| 34 | Ask(prompt string) (answer string) |
| 35 | AskForPassword(prompt string) (answer string) |
| 36 | Confirm(message string) bool |
| 37 | ConfirmDelete(modelType, modelName string) bool |
no outgoing calls
no test coverage detected