Files
bower/templates/json/help-cache/clean.json
André Cruz 92b7668067 Add list command, some other fixes and improvements.
- Fix cache clean command
- Lots of improvements and fixes of the Manager
- Only save json if the contents changed
- Add nom like tree to installed/updated packages
- Fix help usages.
2013-06-15 21:43:01 +01:00

21 lines
580 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": "-c",
"flag": "--completion",
"description": "Clear the completion cache"
},
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}