(f *cmdutil.Factory)
| 255 | } |
| 256 | |
| 257 | func newPrompter(f *cmdutil.Factory) prompter.Prompter { |
| 258 | editor, _ := cmdutil.DetermineEditor(f.Config) |
| 259 | io := f.IOStreams |
| 260 | return prompter.New(editor, io) |
| 261 | } |
| 262 | |
| 263 | func branchFunc(f *cmdutil.Factory) func() (string, error) { |
| 264 | return func() (string, error) { |
no test coverage detected