mirror of
https://github.com/bower/bower.git
synced 2026-01-23 05:07:55 -05:00
This was an huge commit. - Allow nested commands - Switch resolve cache in memory object cache to LRU - Store non-semver packages in the cache - Tweak help messages - Various fixes and tweaks
23 lines
393 B
Plaintext
23 lines
393 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:
|
|
|
|
{{description}}
|