Moeologist / scoop-completion

scoop tab completion, work with powershell
MIT License
173 stars 12 forks source link

support `Register-ArgumentCompleter` mode #22

Closed Cologler closed 9 months ago

Cologler commented 4 years 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.

Ref with #20.

Moeologist commented 9 months ago

Fixed on v0.3.0