mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
This was an huge commit. - Allow nested commands - Switch resolve cache in memory object cache to LRU - Store non-semver packages in the cache - Tweak help messages - Various fixes and tweaks
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"command": "cache clean",
|
|
"description": "Lists cached packages",
|
|
"usage": [
|
|
"cache list",
|
|
"cache list <name> [<name> ...]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
} |