Files
bower/templates/json/help-list.json
André Cruz 92b7668067 Add list command, some other fixes and improvements.
- 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.
2013-06-15 21:43:01 +01:00

19 lines
442 B
JSON

{
"command": "list",
"description": "List local packages",
"usage": [
"list [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
},
{
"shorthand": "-P",
"flag": "--paths",
"description": "Generates a simple JSON source mapping"
}
]
}