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 ebb2f42 commit 68b43faCopy full SHA for 68b43fa
Commands/AutomaticVariables/README.ps.md
@@ -7,8 +7,7 @@ Automatic Variables are embedded in post processing by [PostProcess.InitializeAu
7
~~~PipeScript{
8
# Then, let's create a lookup table by the name of the automatic variable
9
10
- $automaticVariableCommands =
11
- all @((Get-Module PipeScript).ExportedCommands.Values) where { $_ -match '(?>Automatic|Magic)\p{P}Variable\p{P}' } are an Automatic.Variable.Command
+ $automaticVariableCommands = Get-PipeScript -PipesScriptType AutomaticVariable
12
13
[PSCustomObject]@{
14
Table =
Transpilers/Protocols/README.md
Transpilers/Protocols/README.ps1.md
0 commit comments