Skip to content

Commit 255b5f7

Browse files
StartAutomatingStartAutomating
authored andcommitted
Completing Rename of Automatic.Variable.Command to AutomaticVariable.Command
1 parent 48898bf commit 255b5f7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

PipeScript.types.ps1xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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-
&lt;#
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-
#&gt;
349-
$this -replace '(?&gt;Magic|Automatic)\p{P}Variable\p{P}' -replace
350-
'^(?&gt;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>

0 commit comments

Comments
 (0)