Files
bower/templates/json/help-info.json
André Cruz d0465eccf1 CS.
2013-07-09 23:57:15 +01:00

16 lines
395 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"
}
]
}