Bug - Fixed priphea command from CLI doesn't work

stannius

Member
Repro steps:
from command prompt:
c:\program files\kolmafia > java -jar kolmafia-14.3.jar --CLI
login
in CLI type "priphea"

Expected
kolmafia GUI launches and is fully functional

Actual
The GUI launches but is non-functional. None of the modules (if that's the term - e.g. Adventure) preferenced as Startup in Tabs are launched. Attempting to launch additional modules in separate windows (in my case, Item Manager) doesn't launch anything.

Note
This seems like a low priority, given that there is a workaround:
1) exit
2) java -jar kolmafia-14.3.jar (without the --CLI)
 
Last edited by a moderator:
Top