CinRC / IRDC-CCSK

Java implementation of distributed reversible computation verification
https://spots.augusta.edu/caubert/cinrc/
GNU General Public License v3.0
4 stars 2 forks source link

Documenting how to exit the program #54

Closed aubertc closed 1 year ago

aubertc commented 1 year ago

As of now, the command-line interface can only be terminated using CTRL + C, or equivalent commands. We could either:

As a bonus, we could add a command to restart with a different process.

peterbro1 commented 1 year ago

@aubertc Let me know if this is sufficient!

aubertc commented 1 year ago

Yes that's perfect, thanks!