olegsych / posh-vs

Makes Visual Studio command line tools available in PowerShell
MIT License
31 stars 3 forks source link

Allow passing arguments to vsdevcmd.bat #9

Open anntzer opened 4 years ago

anntzer commented 4 years ago

It would be nice if it was possible to forward arguments from Import-VisualStudioEnvironment to vsdevcmd.bat. A typical use case would be to pass -arch=amd64 to it. Thanks!