From 062d4f2367b35c6a2b324ecc1bf3ec3d91938887 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 14 Jan 2020 15:22:50 -0600 Subject: [PATCH] note --- command/editor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/editor.go b/command/editor.go index 178e3d2fa..27f019a00 100644 --- a/command/editor.go +++ b/command/editor.go @@ -172,6 +172,7 @@ func (e *ghEditor) prompt(initialValue string, config *survey.PromptConfig) (int return text, nil } +// This is straight copypasta from survey to get our overriden prompt called.; func (e *ghEditor) Prompt(config *survey.PromptConfig) (interface{}, error) { initialValue := "" if e.Default != "" && e.AppendDefault {