+3
-1
lines changedFilter options
+3
-1
lines changed Original file line number Diff line number Diff line change
@@ -169,7 +169,9 @@ function Set-GitHubConfiguration
169
169
Sets all requests to connect to a GitHub Enterprise server running at
170
170
github.contoso.com.
171
171
#>
172
-
[CmdletBinding(SupportsShouldProcess)]
172
+
[CmdletBinding(
173
+
PositionalBinding = $false,
174
+
SupportsShouldProcess)]
173
175
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSShouldProcess", "", Justification="Methods called within here make use of PSShouldProcess, and the switch is passed on to them inherently.")]
174
176
param(
175
177
[ValidatePattern('^(?!https?:)(?!api\.)(?!www\.).*')]
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4