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