help.std 474 B

1234567891011121314151617181920212223242526
  1. Usage:
  2. {{#condense}}
  3. {{#each usage}}
  4. {{#cyan}}bower{{/cyan}} {{.}}
  5. {{/each}}
  6. {{/condense}}
  7. Commands:
  8. {{#condense}}
  9. {{#each commands}}
  10. {{#rpad length="23"}}{{@key}}{{/rpad}} {{.}}
  11. {{/each}}
  12. {{/condense}}
  13. Options:
  14. {{#condense}}
  15. {{#each options}}
  16. {{#yellow}}{{#rpad length="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
  17. {{/each}}
  18. {{/condense}}
  19. See 'bower help <command>' for more information on a specific command.