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)`.
- 'import os' not used. Wrong Error Message Clavismax
- 'import os' not used. Wrong Error Message SolitudeSF
- 'import os' not used. Wrong Error Message Clavismax
- 'import os' not used. Wrong Error Message PMunch