Files
bower/templates/json/help-search.json
2013-06-25 00:17:56 +01:00

15 lines
345 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"
}
]
}