Skip to content

Commit

Permalink
Fix: Write-EZFormatFile fixing piping for -Format/-Type
Browse files Browse the repository at this point in the history
Re (#188)
  • Loading branch information
StartAutomating committed Nov 1, 2023
1 parent 22af8e0 commit 2c1aa65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands/Write-EZFormatFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
param(
# Any -FormatView commands.
[Parameter(ValueFromPipelineByPropertyName)]
[string[]]
[ScriptBlock[]]
$Format,

# Any -TypeView commands.
[Parameter(ValueFromPipelineByPropertyName)]
[string[]]
[ScriptBlock[]]
$Type,

# The name of the module. By default, this will be inferred from the name of the file.
Expand Down

0 comments on commit 2c1aa65

Please sign in to comment.