help-search.json 346 B

123456789101112131415
  1. {
  2. "command": "search",
  3. "description": "Finds all packages or a specific package.",
  4. "usage": [
  5. "search [<options>]",
  6. "search <name> [<options>]"
  7. ],
  8. "options": [
  9. {
  10. "shorthand": "-h",
  11. "flag": "--help",
  12. "description": "Show this help message"
  13. }
  14. ]
  15. }