1234567891011121314151617181920212223242526 |
- Usage:
- {{#condense}}
- {{#each usage}}
- {{#cyan}}bower{{/cyan}} {{.}}
- {{/each}}
- {{/condense}}
- Commands:
- {{#condense}}
- {{#each commands}}
- {{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
- {{/each}}
- {{/condense}}
- Options:
- {{#condense}}
- {{#each options}}
- {{#yellow}}{{#rpad length="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
- {{/each}}
- {{/condense}}
- See 'bower help <command>' for more information on a specific command.
|