Skip to content

Commit

Permalink
Updating EZOut.HelpOut.ps1 (changing import logic) (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jul 25, 2022
1 parent c66c151 commit 919b59c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/Clear-TypeData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

Clear-TypeData
--------------
### Synopsis
Clears formatting to the current session.

---
### Description

The Clear-FormatData command removes the formatting data for the current session.
The formatting data must have been added with Add-FormatData

---
### Related Links
* [Add-TypeData](Add-TypeData.md)
* [Remove-TypeData](Remove-TypeData.md)
---
### Syntax
```PowerShell
Clear-TypeData [<CommonParameters>]
```
---


0 comments on commit 919b59c

Please sign in to comment.