By the way, `commandLineParams` is defined for both Windows and Posix-esque 
targets. So checking if it is declared wouldn't really check if you're on a 
Posix-compatible machine or not. I think you might be looking for `when 
defined(posix)`.

Reply via email to