Skip to content

Commit 83c96bf

Browse files
authored
Merge pull request #32 from cspotcode/patch-1
Add tab-completion for `-Scope`
2 parents 8430eac + a3c3feb commit 83c96bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

InstallModuleFromGitHub.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ function Install-ModuleFromGitHub {
88
$DestinationPath,
99
$SSOToken,
1010
$moduleName,
11+
[ValidateSet('CurrentUser','AllUsers')]
12+
[string]
1113
$Scope
1214
)
1315

0 commit comments

Comments
 (0)