From 919b59c1e70dac5691be436ebb82726ad2841a99 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 25 Jul 2022 00:08:33 +0000 Subject: [PATCH] Updating EZOut.HelpOut.ps1 (changing import logic) (#51) --- docs/Clear-TypeData.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/Clear-TypeData.md diff --git a/docs/Clear-TypeData.md b/docs/Clear-TypeData.md new file mode 100644 index 0000000..46f9da2 --- /dev/null +++ b/docs/Clear-TypeData.md @@ -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 [] +``` +--- + +