* Get the description for the command. * * @param {Command} cmd * @returns {string}
(cmd)
| 299 | */ |
| 300 | |
| 301 | commandDescription(cmd) { |
| 302 | // @ts-ignore: because overloaded return type |
| 303 | return cmd.description(); |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * Get the subcommand summary to show in the list of subcommands. |
no test coverage detected