(str string)
| 313 | } |
| 314 | |
| 315 | func stripEscapeSequences(str string) string { |
| 316 | return stripansi.Strip(strings.TrimSpace(str)) |
| 317 | } |
| 318 | |
| 319 | func (f *fileLogger) Question(params *survey.QuestionOptions) (string, error) { |
| 320 | return "", errors.New("questions in file logger not supported") |