Closed Cologler closed 9 months ago
To resolve growing PowerShell completion modules, I write a lazy loader module to load them: https://github.com/Cologler/PSLazyCompletion.
However, it cannot support scoop-completion since scoop-completion does not use Register-ArgumentCompleter to add the completer.
scoop-completion
Register-ArgumentCompleter
Ref with #20.
Fixed on v0.3.0
To resolve growing PowerShell completion modules, I write a lazy loader module to load them: https://github.com/Cologler/PSLazyCompletion.
However, it cannot support
scoop-completion
sincescoop-completion
does not useRegister-ArgumentCompleter
to add the completer.Ref with #20.