help-home.json 473 B

12345678910111213141516
  1. {
  2. "command": "home",
  3. "description": "Opens a package homepage into your favorite browser.\n\nIf no <package> is passed, opens the homepage of the local package.",
  4. "usage": [
  5. "home [<options>]",
  6. "home <package> [<options>]",
  7. "home <package>#<version> [<options>]"
  8. ],
  9. "options": [
  10. {
  11. "shorthand": "-h",
  12. "flag": "--help",
  13. "description": "Show this help message"
  14. }
  15. ]
  16. }