SNEWS2 / SNEWS_Publishing_Tools

Publishing Tool for SNEWS
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Corrections on the CLI #97

Closed KaraMelih closed 4 months ago

KaraMelih commented 5 months ago

I noticed that at least for heartbeat CLI tool, the logic for firedrill / no-firedrill needs to change.

In the past we had this as an argument to the messages, and messages were passing it around. However, currently the messages are independent of the firedrill mode, it only becomes relevant when we send the message to snews using send_messages() method. Thus, it needs to be moved there on the CLI tools as well.