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 735c186 commit 0dabb99
Showing 1 changed file with 90 additions and 27 deletions.
117 changes: 90 additions & 27 deletions docs/Format-RichText.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,89 +22,152 @@ The input object



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


---
#### **ForegroundColor**

The foreground color



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[String]```|false |2 |false |
> **Type**: ```[String]```
> **Required**: false
> **Position**: 2
> **PipelineInput**:false


---
#### **BackgroundColor**

The background color



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[String]```|false |3 |false |
> **Type**: ```[String]```
> **Required**: false
> **Position**: 3
> **PipelineInput**:false


---
#### **Bold**

If set, will render as bold



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


---
#### **Blink**

If set, will render as blinking (not supported in all terminals or HTML)



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


---
#### **Strikethru**

If set, will render as strikethru



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


---
#### **Underline**

If set, will underline text



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


---
#### **Invert**

If set, will invert text



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


---
#### **NoClear**

If set, will not clear formatting



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Switch]```|false |named |false |
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:false


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

0 comments on commit 0dabb99

Please sign in to comment.