Files
bower/templates/json/help-cache/clean.json
2013-07-09 13:14:25 +01:00

17 lines
429 B
JSON

{
"command": "cache list",
"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"
}
]
}