| 17 | ) |
| 18 | |
| 19 | type powershell struct { |
| 20 | homeDir string |
| 21 | registerBinary string |
| 22 | rootCmd *cobra.Command |
| 23 | } |
| 24 | |
| 25 | func (p powershell) Register() error { |
| 26 | if err := p.installBinary(); err != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected