remove leo stuff

This commit is contained in:
Taylor Wilsdon
2026-02-01 12:06:49 -05:00
parent f8748ccd10
commit cfab4a59f7
3 changed files with 2 additions and 54 deletions

View File

@@ -130,7 +130,7 @@ def main():
)
parser.add_argument(
"--tool-tier",
choices=["core", "extended", "complete", "leo"],
choices=["core", "extended", "complete"],
help="Load tools based on tier level. Can be combined with --tools to filter services.",
)
parser.add_argument(