Replies: 2 comments
|
If I run the same script inside PowerShell session, |
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 would like to run a small init script before a PowerShell session starts to access PSReadLine command history there. Unfortunately,
[Microsoft.PowerShell.PSConsoleReadLine]::GetHistoryItems()fails with error.Result:
Any idea what can be wrong? Thanks!
All reactions