fix(cli): restore parity with main

This commit is contained in:
Greyson Lalonde
2026-05-05 04:35:26 +08:00
parent 778130cfc7
commit 48fa7dcc9b
9 changed files with 40 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ class TriggersCommand(BaseCommand, PlusAPIMixin):
def __init__(self) -> None:
BaseCommand.__init__(self)
PlusAPIMixin.__init__(self)
PlusAPIMixin.__init__(self, telemetry=self._telemetry)
def list_triggers(self) -> None:
"""List all available triggers from integrations."""