Skip to content

Commit

Permalink
enhancement: Write-EZFormatFile supporting -OutputPath (Fixes #180)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 1, 2023
1 parent efaaa3b commit 7e53805
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/Write-EZFormatFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,28 @@ The destination path. By default, the script's root.



#### **OutputPath**

The output path for the .ezout file.
If no output path is provided, the code will be outputted directly.






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





---


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

0 comments on commit 7e53805

Please sign in to comment.