Files
bower/templates/json/help-list.json
2013-06-25 21:07:57 +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"
}
]
}