Skip to content

Commit

Permalink
Merge pull request #32 from cspotcode/patch-1
Browse files Browse the repository at this point in the history
Add tab-completion for `-Scope`
  • Loading branch information
dfinke authored Sep 17, 2024
2 parents 8430eac + a3c3feb commit 83c96bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InstallModuleFromGitHub.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ function Install-ModuleFromGitHub {
$DestinationPath,
$SSOToken,
$moduleName,
[ValidateSet('CurrentUser','AllUsers')]
[string]
$Scope
)

Expand Down

0 comments on commit 83c96bf

Please sign in to comment.