MCPcopy Create free account
hub / github.com/cli/cli / userEditor

Struct userEditor

pkg/cmd/pr/merge/merge.go:764–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764type userEditor struct {
765 io *iostreams.IOStreams
766 config func() (gh.Config, error)
767}
768
769func (e *userEditor) Edit(filename, startingText string) (string, error) {
770 editorCommand, err := cmdutil.DetermineEditor(e.config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected