Files
bower/lib/templates/std/help-generic.std
Manas 6fff6fa707 Upgrades handlebars to 4.0.5 to address #2195
Adds test for template util methods
Upgrades handlebars
Fixes RangeError due to `length` attribute in rpad helper
2016-03-06 01:37:20 +05:30

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}}