| 699 | } |
| 700 | |
| 701 | type userEditor struct { |
| 702 | io *iostreams.IOStreams |
| 703 | config func() (gh.Config, error) |
| 704 | } |
| 705 | |
| 706 | func (e *userEditor) Edit(filename, startingText string) (string, error) { |
| 707 | editorCommand, err := cmdutil.DetermineEditor(e.config) |
nothing calls this directly
no outgoing calls
no test coverage detected