Skip to content

Commit

Permalink
feat: Out-JSON ( Fixes #727 )
Browse files Browse the repository at this point in the history
    Adding Example
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 9, 2024
1 parent f42099e commit 2c6f808
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

describe 'Template.PipeScript.WhereMethod' {
it 'Template.PipeScript.WhereMethod Example 1' {
{ Get-PipeScript | ? CouldPipeType([ScriptBlock]) } | Use-PipeScript
}
}

0 comments on commit 2c6f808

Please sign in to comment.