Commands

{{#each commands}}
{{#each this.commands}} {{#unlessArray this.usage}}{{/unlessArray}} {{#ifArray this.usage}} {{#if this.defaultUsage}}{{/if}} {{/ifArray}} {{#ifArray this.commands}} {{#each this.commands}} {{#if this.usage}}{{/if}} {{/each}} {{/ifArray}} {{/each}}
CommandDescriptionUsage
{{this.name}} {{this.description}}{{this.usage}}{{this.defaultUsage}}
{{../name}} {{this.name}} {{this.desc}}{{../this.name}} {{this.usage}}
{{/each}}