Skip to content

Commit

Permalink
Updating EZOut tests (re #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Sep 12, 2022
1 parent 3d20202 commit 735c186
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions docs/Format-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,25 @@ Formats any object, using any number of Format-Object extensions.
---
### Related Links
* [Get-EZOutExtension](Get-EZOutExtension.md)



* [Format-RichText](Format-RichText.md)



* [Format-Markdown](Format-Markdown.md)



* [Format-YAML](Format-YAML.md)



* [Format-Heatmap](Format-Heatmap.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -32,9 +47,16 @@ Formats any object, using any number of Format-Object extensions.
### Parameters
#### **InputObject**

|Type |Requried|Postion|PipelineInput |
|----------------|--------|-------|--------------|
|```[PSObject]```|false |1 |true (ByValue)|
> **Type**: ```[PSObject]```
> **Required**: false
> **Position**: 1
> **PipelineInput**:true (ByValue)


---
### Syntax
```PowerShell
Expand Down

0 comments on commit 735c186

Please sign in to comment.