Currently, passing in the platform like --platform windows will fail, you need to upper case it so it matches exactly the platform string stored by the tool. It would be more user friendly to allow for users to specify the platform in a case insensitive way.
Currently, passing in the platform like
--platform windows
will fail, you need to upper case it so it matches exactly the platform string stored by the tool. It would be more user friendly to allow for users to specify the platform in a case insensitive way.