| 12 | ) |
| 13 | |
| 14 | type Password struct { |
| 15 | ui terminal.UI |
| 16 | pwdRepo password.Repository |
| 17 | config coreconfig.ReadWriter |
| 18 | } |
| 19 | |
| 20 | func init() { |
| 21 | commandregistry.Register(&Password{}) |
nothing calls this directly
no outgoing calls
no test coverage detected