mirror of
https://github.com/bower/bower.git
synced 2026-01-14 08:47:54 -05:00
Add --save-resolutions to deal with this. Also: - Adjust logging when using compact - Minor code adjustments.
27 lines
474 B
Plaintext
27 lines
474 B
Plaintext
|
|
Usage:
|
|
|
|
{{#condense}}
|
|
{{#each usage}}
|
|
{{#cyan}}bower{{/cyan}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Commands:
|
|
|
|
{{#condense}}
|
|
{{#each commands}}
|
|
{{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Options:
|
|
|
|
{{#condense}}
|
|
{{#each options}}
|
|
{{#yellow}}{{#rpad length="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
See 'bower help <command>' for more information on a specific command.
|