Files
2019-06-04 13:11:32 -04:00

17 lines
430 B
JSON

{
"command": "cache clean",
"description": "Cleans cached packages.",
"usage": [
"cache clean [<options>]",
"cache clean <name> [<name> ...] [<options>]",
"cache clean <name>#<version> [<name>#<version> ..] [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}