(cmd Command)
| 147 | } |
| 148 | |
| 149 | func CLICommandUsagePresenter(cmd Command) *usagePresenter { |
| 150 | return &usagePresenter{ |
| 151 | cmd: cmd, |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | func (u *usagePresenter) Usage() string { |
| 156 | metadata := u.cmd.MetaData() |
no outgoing calls
no test coverage detected