wsl command alias for PowerShell
PS C:\powershell-wsl-alias> .\install.ps1
PS C:\> touch foo.txt
PS C:\> vi foo.txt
The module is alias, not bash. Pipeline work in powershell.
Expected
naminodarie@PC:~$ yes | head
y
y
y
y
y
y
y
y
y
y
naminodarie@PC:~$
Actual
PS C:\> yes | head
^C
PS C:\>