File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -334,26 +334,6 @@ $decamelCase = [Regex]::new('(?<=[a-z])(?=[A-Z])')
334334 </ScriptProperty >
335335 </Members >
336336 </Type >
337- <Type >
338- <Name >Automatic.Variable.Command</Name >
339- <Members >
340- <ScriptProperty >
341- <Name >VariableName</Name >
342- <GetScriptBlock >
343- < #
344- .SYNOPSIS
345- Gets the automatic variable name
346- .DESCRIPTION
347- Gets the name of an automatic variable that is defined in an Automatic?Variable* command.
348- #>
349- $this -replace '(?> Magic|Automatic)\p{P}Variable\p{P}' -replace
350- '^(?> PowerShell|PipeScript)' -replace
351- '^\p{P}' -replace '\p{P}$'
352-
353- </GetScriptBlock >
354- </ScriptProperty >
355- </Members >
356- </Type >
357337 <Type >
358338 <Name >AutomaticVariable.Command</Name >
359339 <Members >
You can’t perform that action at this time.
0 commit comments