(f *cmdutil.Factory)
| 249 | } |
| 250 | |
| 251 | func newBrowser(f *cmdutil.Factory) browser.Browser { |
| 252 | io := f.IOStreams |
| 253 | return browser.New("", io.Out, io.ErrOut) |
| 254 | } |
| 255 | |
| 256 | func newPrompter(f *cmdutil.Factory) prompter.Prompter { |
| 257 | editor, _ := cmdutil.DetermineEditor(f.Config) |