Skip to content

Commit a632d27

Browse files
StartAutomatingStartAutomating
authored andcommitted
ValidateScriptBlock: Adding -IncludeCommand/-ExcludeCommand (Fixes #224)
1 parent 98dd94b commit a632d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Get-Transpiler.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Piecemeal [ 0.3.4 ] : Easy Extensible Plugins for PowerShell
1+
#region Piecemeal [ 0.3.5 ] : Easy Extensible Plugins for PowerShell
22
# Install-Module Piecemeal -Scope CurrentUser
33
# Import-Module Piecemeal -Force
44
# Install-Piecemeal -ExtensionNoun 'Transpiler' -ExtensionPattern '\.psx\.ps1$' -ExtensionTypeName 'PipeScript.Transpiler' -OutputPath '.\Get-Transpiler.ps1'
@@ -925,5 +925,5 @@ function Get-Transpiler
925925
}
926926
}
927927
}
928-
#endregion Piecemeal [ 0.3.4 ] : Easy Extensible Plugins for PowerShell
928+
#endregion Piecemeal [ 0.3.5 ] : Easy Extensible Plugins for PowerShell
929929

0 commit comments

Comments
 (0)