-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefer powershell script over cmd scripts #1854
base: master
Are you sure you want to change the base?
Conversation
Thanks, I like the idea in principle, but looking at the implementation, a problem is that there are actually two different PowerShell's:
As far as I know, the modern We could in principle implement an option for choosing which PowerShell to use, but I feel this would be overcomplicating what's supposed to simplify things for users. I noticed that PowerShell itself will happily execute a .ps1 file in PATH (both All in all I'm leaning towards rejecting this PR. Let me know if I missed something. |
Maybe a solution is to find out which program that |
Hello! Recently, I found in an MS doc that
Maybe it's OK to just try Also, since PowerShell Core is cross-platform, their script usually contains a shebang ( |
Closes #1853