-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating EZOut.HelpOut.ps1 (changing import logic) (#51)
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>] | ||
``` | ||
--- | ||
|
||
|