feat: Add nushell to CLI agents

This commit is contained in:
2025-11-06 16:24:27 +11:00
parent c15a5d5a8b
commit 9b4febeddb

View File

@@ -32,7 +32,8 @@ CLI_AGENTS = [
"hurl",
"xh",
"Posting",
"HTTPie"
"HTTPie",
"nushell"
]
@@ -276,4 +277,4 @@ def parse_date(date_groups: list[str]) -> str | None:
def get_tools_data():
with open("data/tools.json", "r") as f:
return json.load(f)
return json.load(f)