| 396 | } |
| 397 | |
| 398 | type UserEditor struct { |
| 399 | IO *iostreams.IOStreams |
| 400 | Config func() (gh.Config, error) |
| 401 | } |
| 402 | |
| 403 | func (e *UserEditor) Edit(filename, initialValue string) (string, error) { |
| 404 | editorCommand, err := cmdutil.DetermineEditor(e.Config) |
nothing calls this directly
no outgoing calls
no test coverage detected