Skip to content

Commit

Permalink
Adding Posh.Errors
Browse files Browse the repository at this point in the history
Fixes #4, Fixes #18, Fixes #19, Fixes #20, Fixes #21, Fixes #22
  • Loading branch information
StartAutomating authored and StartAutomating committed Jul 20, 2023
1 parent d7f30c2 commit 160570b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/Posh.Errors.LineLike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Posh.Errors.LineLike()
----------------------




### Synopsis
Filters errors by line wildcard



---


### Description

Filters entries in $Error for items that a .Line like a wildcard.



---


### Examples
#### EXAMPLE 1
```PowerShell
$error.LineLike("Get-*")
```



---


### Parameters
#### **Like**

A wildcard pattern.






|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |1 |false |





---

0 comments on commit 160570b

Please sign in to comment.