mirror of
https://github.com/bower/bower.git
synced 2026-01-13 16:28:05 -05:00
Adds test for template util methods Upgrades handlebars Fixes RangeError due to `length` attribute in rpad helper
27 lines
480 B
Plaintext
27 lines
480 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Commands:
|
|
|
|
{{#condense}}
|
|
{{#each commands}}
|
|
{{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Options:
|
|
|
|
{{#condense}}
|
|
{{#each options}}
|
|
{{#yellow}}{{#rpad minLength="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
See 'bower help <command>' for more information on a specific command.
|