We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cc30 commit 7aa186fCopy full SHA for 7aa186f
pkg/surveyext/editor.go
@@ -49,7 +49,7 @@ var EditorQuestionTemplate = `
49
{{- else }}
50
{{- if and .Help (not .ShowHelp)}}{{color "cyan"}}[{{ .Config.HelpInput }} for help]{{color "reset"}} {{end}}
51
{{- if and .Default (not .HideDefault)}}{{color "white"}}({{.Default}}) {{color "reset"}}{{end}}
52
- {{- color "cyan"}}[e: launch {{ .EditorName }}][enter: skip for now] {{color "reset"}}
+ {{- color "cyan"}}[(e) to launch {{ .EditorName }}, enter to skip] {{color "reset"}}
53
{{- end}}`
54
55
// EXTENDED to pass editor name (to use in prompt)
0 commit comments