set basic layout. adding status bar
This commit is contained in:
23
node_modules/bower/lib/templates/std/help-generic.std
generated
vendored
Normal file
23
node_modules/bower/lib/templates/std/help-generic.std
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
Usage:
|
||||
|
||||
{{#condense}}
|
||||
{{#each usage}}
|
||||
{{#cyan}}bower{{/cyan}} {{.}}
|
||||
{{/each}}
|
||||
{{/condense}}
|
||||
|
||||
|
||||
Options:
|
||||
|
||||
{{#condense}}
|
||||
{{#each options}}
|
||||
{{#yellow}}{{#rpad minLength="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}}
|
||||
Reference in New Issue
Block a user