Skip to content

Commit

Permalink
Adding Get-Parser (via Piecemeal) (Fixes #179)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 2, 2023
1 parent 008198b commit 2554564
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions docs/Import-RegEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ Files should be named $Name.regex.txt or $Name.regex.ps1



> **Type**: ```[String[]]```

> **Required**: false

> **Position**: 1

> **PipelineInput**:true (ByPropertyName)
|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |1 |true (ByPropertyName)|



Expand All @@ -61,13 +60,12 @@ If provided, will get regular expressions from any number of already imported mo



> **Type**: ```[String[]]```

> **Required**: false

> **Position**: 2

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



Expand All @@ -78,13 +76,12 @@ One or more direct patterns to import



> **Type**: ```[String[]]```

> **Required**: false

> **Position**: 3

> **PipelineInput**:true (ByPropertyName)
|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |3 |true (ByPropertyName)|



Expand All @@ -95,13 +92,12 @@ The Name of the Regular Expression.



> **Type**: ```[String[]]```

> **Required**: false

> **Position**: 4

> **PipelineInput**:true (ByPropertyName)
|Type |Required|Position|PipelineInput |
|------------|--------|--------|---------------------|
|`[String[]]`|false |4 |true (ByPropertyName)|



Expand All @@ -112,13 +108,12 @@ If set, will output the imported regular expressions.



> **Type**: ```[Switch]```

> **Required**: false

> **Position**: named

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



Expand Down

0 comments on commit 2554564

Please sign in to comment.