Currently a bug when running the executable on Windows. If in something like PowerShell if you use tab completion to fill out the path argument PowerShell will automatically switch the slashes in the path from / to \. This will throw an error. However, if you manually correct the slash directions it will work.
Currently a bug when running the executable on Windows. If in something like PowerShell if you use tab completion to fill out the
pathargument PowerShell will automatically switch the slashes in the path from/to\. This will throw an error. However, if you manually correct the slash directions it will work.