We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suggest corrections to the documentation.
https://github.com/Schniz/fnm?tab=readme-ov-file#powershell
For PowerShell7, we need to specify power-shell (not powershell) with --shell. 😫😫😫
power-shell
powershell
--shell
The text was updated successfully, but these errors were encountered:
I think power-shell is an alias for powershell, they both work for PowerShell 7, and the docs are correct? 🤔
fnm/src/shell/shell.rs
Lines 21 to 22 in ceee448
PS ~> fnm env --shell uwu error: invalid value 'uwu' for '--shell <SHELL>' [possible values: bash, zsh, fish, powershell, cmd]
Sorry, something went wrong.
No branches or pull requests
Suggest corrections to the documentation.
https://github.com/Schniz/fnm?tab=readme-ov-file#powershell
For PowerShell7, we need to specify
power-shell
(notpowershell
) with--shell
. 😫😫😫The text was updated successfully, but these errors were encountered: