Skip to content

Commit 68b43fa

Browse files
author
James Brundage
committed
Updating AutomaticVariables README (using Get-PipeScript)
1 parent ebb2f42 commit 68b43fa

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

Diff for: Commands/AutomaticVariables/README.ps.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Automatic Variables are embedded in post processing by [PostProcess.InitializeAu
77
~~~PipeScript{
88
# Then, let's create a lookup table by the name of the automatic variable
99
10-
$automaticVariableCommands =
11-
all @((Get-Module PipeScript).ExportedCommands.Values) where { $_ -match '(?>Automatic|Magic)\p{P}Variable\p{P}' } are an Automatic.Variable.Command
10+
$automaticVariableCommands = Get-PipeScript -PipesScriptType AutomaticVariable
1211
1312
[PSCustomObject]@{
1413
Table =

Diff for: Transpilers/Protocols/README.md

-25
This file was deleted.

Diff for: Transpilers/Protocols/README.ps1.md

-40
This file was deleted.

0 commit comments

Comments
 (0)