list.json 353 B

123456789101112131415
  1. {
  2. "command": "cache clean",
  3. "description": "Lists cached packages.",
  4. "usage": [
  5. "cache list [<options>]",
  6. "cache list <name> [<name> ...] [<options>]"
  7. ],
  8. "options": [
  9. {
  10. "shorthand": "-h",
  11. "flag": "--help",
  12. "description": "Show this help message"
  13. }
  14. ]
  15. }