Add a function to get easily normalized OS id
The new function LbPlatformUtils.os_id()
returns the normalized name (an optional argument can be used for a fallback value if the id is not in the alias list).
To get the native detected OS id one can use the low level LbPlatformUtils.inspect.os_id()
.
Closes #8 (closed)
Edited by Marco Clemencic