Files
bower/lib/templates/json/help-lookup.json
2016-05-06 11:57:26 +02:00

15 lines
312 B
JSON

{
"command": "lookup",
"description": "Look up a single package URL by name.",
"usage": [
"lookup <name> [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}