Replies: 2 comments
-
PowerShell support in the README means PowerShell as a shell, so it does not support loading Sharprompt in PowerShell. I suppose it is technically possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wrote a quick wrapper for Sharprompt to make it easier to use in PS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed in the readme it says PowerShell is supported, however I don't see any examples for PowerShell and I'm not sure how to actually use it in PowerShell. I've Used
Add-Type
to load the Sharprompt.dll, but it seems most of the methods wouldn't be PowerShell friendly as I'm not sure how you would work with generics.Would it be possible to get an example of how to use this in PowerShell? Or am I miss understanding?
Beta Was this translation helpful? Give feedback.
All reactions