mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"description": "Allows you to perform apt functions",
|
|
"input_method": "stdin",
|
|
"parameters": {
|
|
"action": {
|
|
"description": "Action to perform ",
|
|
"type": "Enum[update, upgrade, dist-upgrade, autoremove]"
|
|
}
|
|
}
|
|
}
|