feat: Add Posting to CLI tools
All checks were successful
Build Docker / BuildImage (push) Successful in 59s

This commit is contained in:
2025-10-30 17:12:43 +11:00
parent 844f1b52e2
commit e184375897

View File

@@ -30,7 +30,8 @@ CRAWLERS = [
CLI_AGENTS = [ CLI_AGENTS = [
"curl", "curl",
"hurl", "hurl",
"xh" "xh",
"Posting"
] ]