We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Register-ArgumentCompleter
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
Ref with #20.
The text was updated successfully, but these errors were encountered:
Encapsulate main codeblock in Register-ArgumentCompleter
17a7a13
resolves Moeologist#22
Fixed on v0.3.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: