mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"command": "cache clean",
|
|
"description": "Lists cached packages.",
|
|
"usage": [
|
|
"cache list [<options>]",
|
|
"cache list <name> [<name> ...] [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|