MCPcopy Index your code
hub / github.com/cli/cli / userEditor

Struct userEditor

pkg/cmd/pr/merge/merge.go:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701type userEditor struct {
702 io *iostreams.IOStreams
703 config func() (gh.Config, error)
704}
705
706func (e *userEditor) Edit(filename, startingText string) (string, error) {
707 editorCommand, err := cmdutil.DetermineEditor(e.config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected