Skip to content
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

Defaults to Windows PowerShell on Windows #549

Open
8LWXpg opened this issue Mar 15, 2024 · 0 comments
Open

Defaults to Windows PowerShell on Windows #549

8LWXpg opened this issue Mar 15, 2024 · 0 comments

Comments

@8LWXpg
Copy link

8LWXpg commented Mar 15, 2024

Windows PowerShell has been included by default since Windows 10 version 1607, and it has less friction with bash syntax than CMD, for instance:

  • It supports the use of a forward slash / in paths, as well as the ./ notation.
  • It allows the execution of .exe files without requiring the file extension (e.g., main can be used in place of main.exe, which is also supported by CMD).
  • It supports the use of single quotes for defining literal strings.

I’m willing to contribute if you agree with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant