| 14 | ) |
| 15 | |
| 16 | type Authenticate struct { |
| 17 | ui terminal.UI |
| 18 | config coreconfig.ReadWriter |
| 19 | authenticator authentication.Repository |
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | commandregistry.Register(&Authenticate{}) |
nothing calls this directly
no outgoing calls
no test coverage detected