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.
Ref with #20.
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-completionsincescoop-completiondoes not useRegister-ArgumentCompleterto add the completer.Ref with #20.