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