Bug “abort” Command Not Working in Headless CLI

Saklad5

Member
The “abort” CLI command is supposed to skip all queues and immediately stop all action upon being given. This works as expected in the gCLI, but when using KoLmafia from a headless command prompt, it appears to simply get added to the queue. That’s more or less useless, and the only alternative is quitting the program entirely by sending SIGINT (Control+C).

This bug has occurred on both Ubuntu and macOS, and entering “abort” through the gCLI in the same session does not cause the issue. I am using v18699.
 
Last edited:

fronobulax

Developer
Staff member
Tried headless. Typed "abort" while my login script was running. Script did not stop. abort command appeared to be invoked after login ended. I think this confirms your experience.

Now we work on someone's (not necessarily mine) motivation to look at this.
 
Top