fix: support ft-client help and ft-client show commands

This commit is contained in:
Matthias
2025-11-09 08:02:40 +01:00
parent 1876656afc
commit 81a5056e1b

View File

@@ -82,7 +82,7 @@ def print_commands():
def main_exec(parsed: dict[str, Any]):
if parsed.get("show"):
if parsed.get("show") or parsed.get("command") in ("show", "help"):
print_commands()
sys.exit()