Files

15 lines
312 B
JSON
Raw Permalink Normal View History

2019-06-04 13:11:32 -04:00
{
"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"
}
]
}