mirror of
https://github.com/bower/bower.git
synced 2026-01-14 16:57:57 -05:00
Without this newline, the template is rendered without a newline at the end. So when you run `grunt help cache`, the output does not have a newline at the end and the shell prompt will be printed at the end of the last line.
18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Commands:
|
|
|
|
{{#condense}}
|
|
{{#each commands}}
|
|
{{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|