(opts *Dependencies, cmdPath string)
| 64 | } |
| 65 | |
| 66 | func NewDependenciesFromExisting(opts *Dependencies, cmdPath string) *Dependencies { |
| 67 | return &Dependencies{ |
| 68 | Ask: opts.Ask, |
| 69 | CmdPath: cmdPath, |
| 70 | Out: opts.Out, |
| 71 | Client: opts.Client, |
| 72 | Host: opts.Host, |
| 73 | NoPrompt: opts.NoPrompt, |
| 74 | Space: opts.Space, |
| 75 | ShowMessagePrefix: true, |
| 76 | } |
| 77 | } |
no outgoing calls
no test coverage detected