Open
Description
Environment data
PS version: 6.1.0-preview.4
PSReadline version: 2.0.0-beta2
os: Linux HILLR2 4.4.0-18204-Microsoft #1001-Microsoft Sat Jul 21 16:57:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux
PS file version:
Steps to reproduce or exception report
-
Install powershell-preview (6.1.0-p4) on Ubuntu 18.04 running in WSL (Windows 10 1803)
-
Run pwsh-preview and type in a command with a parameter and you won't see the
-Name
in this case:
Here's why -
Note how both the OperatorColor and ParameterColor have not been set to a default. Hmm, just repro'd this on Windows 10 itself with 6.1.0-p4 installed. Is this an issue with how PowerShell configures PSRL? Or a problem with PSRL's defaults? Or is this supposed to work with those two values not set?