Files
bower/templates/json/help-info.json
André Cruz 4c3802878a Another huge commit.
- Add info command
- Fix list --paths
- Fix search with no name
- Fix conflict detection when uninstalling
- Mix tweaks and fixes
2013-06-23 01:14:08 +01:00

16 lines
401 B
JSON

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