A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/microsoft/PowerShellForGitHub/commit/08ff284644c70f9f1d9bc5d65f62dc41cafef0ac below:

Set-GitHubConfiguration Add PositionalBinding (#234) · microsoft/PowerShellForGitHub@08ff284 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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