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