MCPcopy Create free account
hub / github.com/auth0/auth0-cli / editorCommand

Method editorCommand

internal/prompt/surveyext.go:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (e *Editor) editorCommand() string {
19 if e.EditorCommand == "" {
20 return getDefaultEditor()
21 }
22
23 return e.EditorCommand
24}
25
26var EditorQuestionTemplate = `
27{{- if .ShowHelp }}{{- color .Config.Icons.Help.Format }}{{ .Config.Icons.Help.Text }} {{ .Help }}{{color "reset"}}{{"\n"}}{{end}}

Callers 1

promptMethod · 0.95

Calls 1

getDefaultEditorFunction · 0.85

Tested by

no test coverage detected