@@ -44,13 +44,12 @@ Files should be named $Name.regex.txt or $Name.regex.ps1
4444
4545
4646
47- > ** Type** : ``` [String[]] ```
4847
49- > ** Required** : false
5048
51- > ** Position** : 1
5249
53- > ** PipelineInput** : true (ByPropertyName)
50+ | Type | Required| Position| PipelineInput |
51+ | ------------| --------| --------| ---------------------|
52+ | ` [String[]] ` | false | 1 | true (ByPropertyName)|
5453
5554
5655
@@ -61,13 +60,12 @@ If provided, will get regular expressions from any number of already imported mo
6160
6261
6362
64- > ** Type** : ``` [String[]] ```
6563
66- > ** Required** : false
6764
68- > ** Position** : 2
6965
70- > ** PipelineInput** : false
66+ | Type | Required| Position| PipelineInput|
67+ | ------------| --------| --------| -------------|
68+ | ` [String[]] ` | false | 2 | false |
7169
7270
7371
@@ -78,13 +76,12 @@ One or more direct patterns to import
7876
7977
8078
81- > ** Type** : ``` [String[]] ```
8279
83- > ** Required** : false
8480
85- > ** Position** : 3
8681
87- > ** PipelineInput** : true (ByPropertyName)
82+ | Type | Required| Position| PipelineInput |
83+ | ------------| --------| --------| ---------------------|
84+ | ` [String[]] ` | false | 3 | true (ByPropertyName)|
8885
8986
9087
@@ -95,13 +92,12 @@ The Name of the Regular Expression.
9592
9693
9794
98- > ** Type** : ``` [String[]] ```
9995
100- > ** Required** : false
10196
102- > ** Position** : 4
10397
104- > ** PipelineInput** : true (ByPropertyName)
98+ | Type | Required| Position| PipelineInput |
99+ | ------------| --------| --------| ---------------------|
100+ | ` [String[]] ` | false | 4 | true (ByPropertyName)|
105101
106102
107103
@@ -112,13 +108,12 @@ If set, will output the imported regular expressions.
112108
113109
114110
115- > ** Type** : ``` [Switch] ```
116111
117- > ** Required** : false
118112
119- > ** Position** : named
120113
121- > ** PipelineInput** : false
114+ | Type | Required| Position| PipelineInput|
115+ | ----------| --------| --------| -------------|
116+ | ` [Switch] ` | false | named | false |
122117
123118
124119
0 commit comments