help-prune.json 303 B

1234567891011121314
  1. {
  2. "command": "prune",
  3. "description": "Uninstalls local extraneous packages.",
  4. "usage": [
  5. "prune [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-h",
  10. "flag": "--help",
  11. "description": "Show this help message"
  12. }
  13. ]
  14. }