Pipes stderr from calling cmd.exe into /dev/null to silence the warning regarding the WSL directory cmd.exe is called from (due to underlying filfeystem changes). Should this change in the future, cmd.exe usage has been refactored into a function cmd_exe, and simply changing the current directory to Windows filesystem path (e.g. /mnt/c) then returning after is another way to silence this error.
Pipes stderr from calling cmd.exe into /dev/null to silence the warning regarding the WSL directory cmd.exe is called from (due to underlying filfeystem changes). Should this change in the future, cmd.exe usage has been refactored into a function cmd_exe, and simply changing the current directory to Windows filesystem path (e.g. /mnt/c) then returning after is another way to silence this error.