help-lookup.json 306 B

1234567891011121314
  1. {
  2. "command": "lookup",
  3. "description": "Looks up a package URL by name.",
  4. "usage": [
  5. "lookup <name> [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-h",
  10. "flag": "--help",
  11. "description": "Show this help message"
  12. }
  13. ]
  14. }