help-info.json 455 B

12345678910111213141516
  1. {
  2. "command": "info",
  3. "description": "Displays overall information of a package or of a particular version.",
  4. "usage": [
  5. "info <package> [<options>]",
  6. "info <package> [<property>] [<options>]",
  7. "info <package>#<version> [<property>] [<options>]"
  8. ],
  9. "options": [
  10. {
  11. "shorthand": "-h",
  12. "flag": "--help",
  13. "description": "Show this help message"
  14. }
  15. ]
  16. }