mirror of
https://github.com/bower/bower.git
synced 2026-01-14 08:47:54 -05:00
23 lines
425 B
Plaintext
23 lines
425 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Options:
|
|
|
|
{{#condense}}
|
|
{{#each options}}
|
|
{{#yellow}}{{#rpad length="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}}
|