dfinke / InstallModuleFromGitHub

Install PowerShell Modules from GitHub
Apache License 2.0
87 stars 31 forks source link

Add tab-completion for `-Scope` #32

Closed cspotcode closed 1 month ago

cspotcode commented 1 month ago

Copied from the equivalent in PowerShellGet https://github.com/PowerShell/PowerShellGet/blob/a2dac8e74603f7c9eec4a54c5e23459531751b0d/src/PowerShellGet.psm1#L1075C5-L1076C13

dfinke commented 1 month ago

Thank you @cspotcode for the PR