()
| 228 | } |
| 229 | |
| 230 | func newDebugCmd() *cli.Command { |
| 231 | return &cli.Command{ |
| 232 | Name: "debug", |
| 233 | Usage: "Show debug info (version, hooks, config)", |
| 234 | Action: func(ctx *cli.Context) error { |
| 235 | return printDebug() |
| 236 | }, |
| 237 | } |
| 238 | } |
no test coverage detected