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

Added powershell support #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SOlangsam
Copy link

@SOlangsam SOlangsam commented May 5, 2022

Thank you! Added #2

@JacksonKearl
Copy link
Owner

When I install powershell on MacOS, the executable is called pwsh, is this different on other platforms?

@SOlangsam
Copy link
Author

I think it's powershell core. On Windows it's just powershell. pwsh don't work for me.

@JacksonKearl
Copy link
Owner

Ah, interesting. In that case I wonder if we should perhaps support platform specific dispatches?

@SOlangsam
Copy link
Author

I don't know if it's possible. Maybe also an idea add a command alias?

@JacksonKearl
Copy link
Owner

What do you mean by command alias?

@SOlangsam
Copy link
Author

Something like a command/function which checks the operation system and comes back with the right one

  • MacOS --> pwsh
  • Windows -->powershell
  • ...

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

Successfully merging this pull request may close these issues.

None yet

2 participants