Updated tool CLI to modify tool config

This commit is contained in:
Cyber MacGeddon 2025-07-08 14:43:18 +01:00
parent 15d3d0e961
commit e6bb52aeba
3 changed files with 172 additions and 0 deletions

View file

@ -37,6 +37,7 @@ def show_config(url):
table.append(("id", data["id"]))
table.append(("name", data["name"]))
table.append(("description", data["description"]))
table.append(("type", data["type"]))
for n, arg in enumerate(data["arguments"]):
table.append((