Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab completion of a PowerShell alias does not work if alias was defined using app name with .exe extension #854

Closed
rkeithhill opened this issue Apr 10, 2021 · 0 comments

Comments

@rkeithhill
Copy link
Collaborator

rkeithhill commented Apr 10, 2021

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

rkeithhill added a commit that referenced this issue Apr 10, 2021
Add RegisteredCommands field to GitTabSettings for debug purposes.
dahlbyk added a commit that referenced this issue Apr 14, 2021
…-app-with-extension

Fix #854 - PowerShell aliases against app with .exe ext doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant