Blame view

node_modules/bower/lib/templates/std/help.std 480 Bytes
2dda2e10   Administrator   generator ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  
  Usage:
  
  {{#condense}}
  {{#each usage}}
      {{#cyan}}bower{{/cyan}} {{.}}
  {{/each}}
  {{/condense}}
  
  Commands:
  
  {{#condense}}
  {{#each commands}}
      {{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
  {{/each}}
  {{/condense}}
  
  Options:
  
  {{#condense}}
  {{#each options}}
      {{#yellow}}{{#rpad minLength="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
  {{/each}}
  {{/condense}}
  
  See 'bower help <command>' for more information on a specific command.