15 lines
303 B
JSON
15 lines
303 B
JSON
|
|
{
|
||
|
|
"command": "prune",
|
||
|
|
"description": "Uninstalls local extraneous packages.",
|
||
|
|
"usage": [
|
||
|
|
"prune [<options>]"
|
||
|
|
],
|
||
|
|
"options": [
|
||
|
|
{
|
||
|
|
"shorthand": "-h",
|
||
|
|
"flag": "--help",
|
||
|
|
"description": "Show this help message"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|