mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
17 lines
429 B
JSON
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"
|
|
}
|
|
]
|
|
}
|