Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 421a650

Browse files
authored
Add tab completion for -Name parameter of Set-PSRepository (#603)
1 parent e6a7b73 commit 421a650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PowerShellGet/private/modulefile/PartTwo.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ $commandsWithRepositoryParameter = @(
3838
"Save-Script")
3939

4040
$commandsWithRepositoryAsName = @(
41-
"Get-PSRepository",
41+
"Get-PSRepository"
42+
"Set-PSRepository"
4243
"Register-PSRepository"
4344
"Unregister-PSRepository"
4445
)

0 commit comments

Comments
 (0)