Skip to content

Commit adb2f9c

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #181 from chadmando/patch-1
Documentation: remove word for clarity
1 parent 65a4799 commit adb2f9c

1 file changed

Lines changed: 21 additions & 28 deletions

File tree

docs/Set-RegEx.md

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ The regular expression.
3030

3131

3232

33-
> **Type**: ```[String]```
3433

35-
> **Required**: true
3634

37-
> **Position**: 1
3835

39-
> **PipelineInput**:true (ByPropertyName)
36+
|Type |Required|Position|PipelineInput |
37+
|----------|--------|--------|---------------------|
38+
|`[String]`|true |1 |true (ByPropertyName)|
4039

4140

4241

@@ -47,13 +46,12 @@ The name of the regular expression. If not provided, this can be inferred if th
4746

4847

4948

50-
> **Type**: ```[String]```
5149

52-
> **Required**: false
5350

54-
> **Position**: 2
5551

56-
> **PipelineInput**:true (ByPropertyName)
52+
|Type |Required|Position|PipelineInput |
53+
|----------|--------|--------|---------------------|
54+
|`[String]`|false |2 |true (ByPropertyName)|
5755

5856

5957

@@ -64,13 +62,12 @@ The description
6462

6563

6664

67-
> **Type**: ```[String]```
6865

69-
> **Required**: false
7066

71-
> **Position**: named
7267

73-
> **PipelineInput**:true (ByPropertyName)
68+
|Type |Required|Position|PipelineInput |
69+
|----------|--------|--------|---------------------|
70+
|`[String]`|false |named |true (ByPropertyName)|
7471

7572

7673

@@ -81,13 +78,12 @@ The path to the file. If this is not provided, it will save regular expressions
8178

8279

8380

84-
> **Type**: ```[String]```
8581

86-
> **Required**: false
8782

88-
> **Position**: named
8983

90-
> **PipelineInput**:true (ByPropertyName)
84+
|Type |Required|Position|PipelineInput |
85+
|----------|--------|--------|---------------------|
86+
|`[String]`|false |named |true (ByPropertyName)|
9187

9288

9389

@@ -99,13 +95,12 @@ To use the alias immediately, call Set-RegEx with the . operator (e.g. . Set-Reg
9995

10096

10197

102-
> **Type**: ```[Switch]```
10398

104-
> **Required**: false
10599

106-
> **Position**: named
107100

108-
> **PipelineInput**:true (ByPropertyName)
101+
|Type |Required|Position|PipelineInput |
102+
|----------|--------|--------|---------------------|
103+
|`[Switch]`|false |named |true (ByPropertyName)|
109104

110105

111106

@@ -118,13 +113,12 @@ By default, this is 5 seconds
118113

119114

120115

121-
> **Type**: ```[TimeSpan]```
122116

123-
> **Required**: false
124117

125-
> **Position**: named
126118

127-
> **PipelineInput**:false
119+
|Type |Required|Position|PipelineInput|
120+
|------------|--------|--------|-------------|
121+
|`[TimeSpan]`|false |named |false |
128122

129123

130124

@@ -137,13 +131,12 @@ Otherwise, will output the created files.
137131

138132

139133

140-
> **Type**: ```[Switch]```
141134

142-
> **Required**: false
143135

144-
> **Position**: named
145136

146-
> **PipelineInput**:false
137+
|Type |Required|Position|PipelineInput|
138+
|----------|--------|--------|-------------|
139+
|`[Switch]`|false |named |false |
147140

148141

149142

0 commit comments

Comments
 (0)