When outputting the help page for Cog, it would be useful to see a "shortdoc" for cog commands.
For example, on the Twitter bundle, the output of @cog help twitter is:
> **Commands**
>
> * `tweet` - Tweet from one or more accounts
It would be more user friendly if the format included the basic syntax of the command:
> **Commands**
>
> * `tweet` - Tweet from one or more accounts
> * `twitter:tweet [--as <as>] <message>`