mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -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
21 lines
544 B
JSON
21 lines
544 B
JSON
{
|
|
"command": "cache list",
|
|
"description": "Cleans cached packages",
|
|
"usage": [
|
|
"cache clean",
|
|
"cache clean <name> [<name> ...]",
|
|
"cache clean <name>#<version> [<name>#<version> ..]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-c",
|
|
"flag": "--completion",
|
|
"description": "Clear the completion cache"
|
|
},
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
} |