Files
bower/templates/json/help-info.json
2013-06-24 23:17:09 +01:00

15 lines
370 B
JSON

{
"command": "info",
"description": "Displays overall information of a package or a particular version.",
"usage": [
"info <name>",
"info <name>#<version> [<property>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}