gulp-cli icon indicating copy to clipboard operation
gulp-cli copied to clipboard

powershell completion doesn't work

Open hab25 opened this issue 9 months ago • 0 comments

Before you open this issue, please complete the following tasks:

  • [x] use the search bar at the top of the page to search this repository for similar issues or discussions that have already been opened.
  • [x] if you think there is a bug in our code, open this issue.

What were you expecting to happen?

powershell completion to work

What actually happened?

powershell completion didn't work (tab does nothing after running the documented command)

Please provide the following information:

  • OS & version [e.g. MacOS Catalina 10.15.4]:
  • node version (run node -v):
  • npm version (run npm -v):
  • gulp version (run gulp -v):

Additional information

The completion script was written more than 8 years ago and is probably very outdated (if it ever worked; googling "nativeargumentcompleters" yields a very low amount and no official documentation).

It should probably be using the following to support newer powershell https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/register-argumentcompleter?view=powershell-7.5

hab25 avatar Mar 18 '25 21:03 hab25