()
| 28 | } |
| 29 | |
| 30 | func init() { |
| 31 | commandregistry.Register(&OneTimeSSHCode{}) |
| 32 | } |
| 33 | |
| 34 | func (cmd *OneTimeSSHCode) MetaData() commandregistry.CommandMetadata { |
| 35 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected