Tab completion of a PowerShell alias does not work if alias was defined using app name with .exe extension #854
Closed
Description
System Details
- posh-git version/path: 1.0.0 ~\Documents\PowerShell\Modules\posh-git\1.0.0
- PowerShell version: 7.1.3
- git version 2.28.0.windows.1
- OS: Microsoft Windows NT 10.0.19042.0
Issue Description
Title pretty much says it all. Basically, the following won't work:
New-Alias g git.exe
Whereas this does work:
New-Alias g git
See also #852
Metadata
Assignees
Labels
No labels