Skip to content

Commit

Permalink
enhancement: Write-EZFormatFile improved piping (Fixes #188)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 1, 2023
1 parent a04ec23 commit 38edec4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/Write-EZFormatFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Any -FormatView commands.



|Type |Required|Position|PipelineInput|
|-----------------|--------|--------|-------------|
|`[ScriptBlock[]]`|false |1 |false |
|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |1 |true (ByPropertyName)|



Expand All @@ -46,9 +46,9 @@ Any -TypeView commands.



|Type |Required|Position|PipelineInput|
|-----------------|--------|--------|-------------|
|`[ScriptBlock[]]`|false |2 |false |
|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |2 |true (ByPropertyName)|



Expand All @@ -61,9 +61,9 @@ The name of the module. By default, this will be inferred from the name of the



|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |3 |false |
|Type |Required|Position|PipelineInput |Aliases|
|----------|--------|--------|---------------------|-------|
|`[String]`|false |3 |true (ByPropertyName)|Name |



Expand All @@ -76,9 +76,9 @@ The source path. By default, the script's root.



|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |4 |false |
|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|false |4 |true (ByPropertyName)|



Expand All @@ -91,9 +91,9 @@ The destination path. By default, the script's root.



|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|--------|
|`[String]`|false |5 |false |DestPath|
|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|--------|
|`[String]`|false |5 |true (ByPropertyName)|DestPath|



Expand All @@ -104,5 +104,5 @@ The destination path. By default, the script's root.

### Syntax
```PowerShell
Write-EZFormatFile [[-Format] <ScriptBlock[]>] [[-Type] <ScriptBlock[]>] [[-ModuleName] <String>] [[-SourcePath] <String>] [[-DestinationPath] <String>] [<CommonParameters>]
Write-EZFormatFile [[-Format] <String[]>] [[-Type] <String[]>] [[-ModuleName] <String>] [[-SourcePath] <String>] [[-DestinationPath] <String>] [<CommonParameters>]
```

0 comments on commit 38edec4

Please sign in to comment.