GMLC-TDC / helics-cli

HELICS Command Line Interface
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add message cloning and rendering #47

Open eberleim opened 3 years ago

eberleim commented 3 years ago

This commit adds the ability to clone message sources and destinations as well as cleaning up some behavior where the application would not exit when Ctrl-C was sent from the terminal.

The exit behavior currently shows some errors, but does exit. It is worth looking at how to get this exit behavior to act in a clean manner in the future.