Files
old-lab_ui/node_modules/bower/lib/templates/json/help-unregister.json

20 lines
478 B
JSON
Raw Normal View History

2019-06-04 13:11:32 -04:00
{
"command": "unregister",
"description": "Unregisters a package.",
"usage": [
"unregister <name> [<options>]"
],
"options": [
{
"shorthand": "-f",
"flag": "--force",
"description": "Bypasses confirmation. Bower login is still needed."
},
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}