Files
bower/templates/json/help-info.json
2013-06-25 00:17:56 +01:00

15 lines
394 B
JSON

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