Method
PromptAgain
(config *survey.PromptConfig, invalid interface{}, err error)
Source from the content-addressed store, hash-verified
| 49 | {{- end}}` |
| 50 | |
| 51 | func (e *OctoEditor) PromptAgain(config *survey.PromptConfig, invalid interface{}, err error) (interface{}, error) { |
| 52 | initialValue := invalid.(string) |
| 53 | return e.prompt(initialValue, config) |
| 54 | } |
| 55 | |
| 56 | func (e *OctoEditor) Prompt(config *survey.PromptConfig) (interface{}, error) { |
| 57 | initialValue := "" |
Callers
nothing calls this directly
Tested by
no test coverage detected