(prompt, defaultValue string)
| 513 | } |
| 514 | |
| 515 | func (p *surveyPrompter) Input(prompt, defaultValue string) (string, error) { |
| 516 | return p.prompter.Input(prompt, defaultValue) |
| 517 | } |
| 518 | |
| 519 | func (p *surveyPrompter) Password(prompt string) (string, error) { |
| 520 | return p.prompter.Password(prompt) |