20 lines
478 B
JSON
20 lines
478 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|