Setting the parameter MinifyCode to true throws. The value has to be `1|0` instead of `true|false` **Actual** ``` powershell jsmin -MinifyCode 1 ``` **Expected** ``` powershell jsmin -MinifyCode true ``` **or (no value, just the parameter)** ``` powershell jsmin -MinifyCode ```