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
24 lines
429 B
Plaintext
24 lines
429 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
|
|
Options:
|
|
|
|
{{#condense}}
|
|
{{#each options}}
|
|
{{#yellow}}{{#rpad minLength="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Additionally all global options listed in 'bower help' are available
|
|
|
|
Description:
|
|
|
|
{{#indent level="4"}}{{description}}{{/indent}}
|