Skip to content

Commit 803a10f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Get-PipeScript.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 'PipeScript' -ExtensionPattern '\.psx\.ps1{0,1}$','\.ps1{0,1}\.(?<ext>[^.]+$)','\.ps1{0,1}$' -ExtensionTypeName 'PipeScript' -OutputPath '.\Get-PipeScript.ps1'
@@ -925,5 +925,5 @@ function Get-PipeScript
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)