mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"command": "search",
|
|
"description": "Finds all packages or a specific package.",
|
|
"usage": [
|
|
"search [<options>]",
|
|
"search <name> [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|