Get-PSReadLineOption CommandColor is empty #3710
Unanswered
thetrotfreak
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It doesn't reproduce for me. The screenshot is for running elevated conhost.exe with powershell. I'm using the latest PSReadLine version. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The
CommandColor
property ofGet-PSReadLineOption
is empty whenever it is Run as administrator.Get-PSReadLineOption
when Run as administrator (usingconhost.exe
, Windows Console Host):Get-PSReadLineOption
(using wt.exe, Windows Terminal):Clarifications
conhost.exe
. The colors are fine (regardless of whether it's elevated) when using throughwt.exe
.Beta Was this translation helpful? Give feedback.
All reactions