10 lines
254 B
JSON
10 lines
254 B
JSON
{
|
|
"description": "Allows you to perform apt-get functions",
|
|
"input_method": "stdin",
|
|
"parameters": {
|
|
"action": {
|
|
"description": "Action to perform with apt-get",
|
|
"type": "Enum[update, upgrade, dist-upgrade, autoremove]"
|
|
}
|
|
}
|
|
}
|