Declaring world peace from the (non-graphical) CLI

I always burn my turns from my main computer (which has my correct CCS, properties, logs, etc.) but sometimes I do this remotely over SSH, so sometimes I use the CLI as follows:
~ $ java -jar -Duser.dir=~/.kolmafia KoLmafia.jar --CLI
This works as expected, but if KoLmafia does something stupid (usually my own fault) I don't know of any way to stop it other than killing the application. Is there one?

Thanks!
 

holatuwol

Developer
Currently, with no GUI, there's no way to abort from the actual CLI, because KoLmafia's input reader is waiting on commands to finish executing before reading the next line. I'm likely to change this when I refactor the CLI.
 
Top