ProgressReader
(message string, args ...interface{})
| 30 | |
| 31 | // ProgressReader |
| 32 | PrintCapturingNoOutput(message string, args ...interface{}) |
| 33 | Warn(message string, args ...interface{}) |
| 34 | Ask(prompt string) (answer string) |
| 35 | AskForPassword(prompt string) (answer string) |
no outgoing calls
no test coverage detected