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 ae5978c commit 008198b
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions docs/Get-RegEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ The Name of the Regular Expression.



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

> **Required**: false

> **Position**: 1

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



Expand All @@ -70,13 +69,12 @@ Files should be named $Name.regex.txt



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

> **Required**: false

> **Position**: 2

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



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



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

> **Required**: false

> **Position**: 3

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



Expand All @@ -120,13 +117,12 @@ Valid Values:



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

> **Required**: false

> **Position**: 4

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



Expand All @@ -139,13 +135,12 @@ It prevents name conflicts with Irregular.



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

> **Required**: false

> **Position**: 5

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



Expand Down

0 comments on commit 008198b

Please sign in to comment.