()
| 38 | } |
| 39 | |
| 40 | func NewShowkey() cli.CommandFactory { |
| 41 | return func() (cli.Command, error) { |
| 42 | return &Showkey{ |
| 43 | Ui: DefaultUi, |
| 44 | }, nil |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | func (c *Showkey) Synopsis() string { |
| 49 | return "Shows the registration key" |
nothing calls this directly
no outgoing calls
no test coverage detected