| 762 | } |
| 763 | |
| 764 | type userEditor struct { |
| 765 | io *iostreams.IOStreams |
| 766 | config func() (gh.Config, error) |
| 767 | } |
| 768 | |
| 769 | func (e *userEditor) Edit(filename, startingText string) (string, error) { |
| 770 | editorCommand, err := cmdutil.DetermineEditor(e.config) |
nothing calls this directly
no outgoing calls
no test coverage detected