Skip to content

Commit

Permalink
fix: add 'PulseDrainCommand' to cleo Application
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Jun 10, 2024
1 parent a1f4f58 commit 102f7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fxci_etl/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def handle(self):
def run():
application = Application()
application.add(PulseListenCommand())
application.add(PulseDrainCommand())
application.add(PulseListCommand())
application.add(MetricExportCommand())
application.run()
Expand Down

0 comments on commit 102f7dc

Please sign in to comment.