clean.json 429 B

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