We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48898bf commit 255b5f7Copy full SHA for 255b5f7
1 file changed
PipeScript.types.ps1xml
@@ -334,26 +334,6 @@ $decamelCase = [Regex]::new('(?<=[a-z])(?=[A-Z])')
334
</ScriptProperty>
335
</Members>
336
</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>
357
<Type>
358
<Name>AutomaticVariable.Command</Name>
359
<Members>
0 commit comments