Replies: 3 comments
|
no blockers I'm aware of |
0 replies
|
I had some time to work on this. It ended up being simpler than I expected. I opened a PR to add support for powershell: #421 |
0 replies
|
And support has been merged in v1.21.0! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I love fnox. Recently I wanted to introduce it to a cross-platform project where a few developers use powershell.
Currently I get around the lack of powershell support by using this helper function that (ab)uses fnox's nushell support:
I know mise and fnox are similar in architecture and mise supports powershell. As far as I can tell, in fnox, the shell specific crate is only used in the activate/deactivate commands (not calling the providers).
Are there any other things that might block native powershell support?
All reactions