Skip to content

Commit 7061bd4

Browse files
committed
Update generated content
[skip ci]
1 parent 238ed10 commit 7061bd4

File tree

39 files changed

+1945
-556
lines changed

39 files changed

+1945
-556
lines changed

docs/api/McMaster.Extensions.CommandLineUtils.ArgumentAttribute.html

Lines changed: 134 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
<span class="icon-bar"></span>
3636
<span class="icon-bar"></span>
3737
</button>
38-
3938
<a class="navbar-brand" href="../index.html">
40-
<img id="logo" class="svg" src="../logo.svg" alt="">
39+
<img id="logo" height="55" src="../logo.png" alt="">
4140
</a>
4241
</div>
4342
<div class="collapse navbar-collapse" id="navbar">
@@ -89,13 +88,144 @@ <h1 id="McMaster_Extensions_CommandLineUtils_ArgumentAttribute" data-uid="McMast
8988
<div class="inheritance">
9089
<h5>Inheritance</h5>
9190
<div class="level0"><span class="xref">System.Object</span></div>
92-
<div class="level1"><span class="xref">ArgumentAttribute</span></div>
91+
<div class="level1"><span class="xref">System.Attribute</span></div>
92+
<div class="level2"><span class="xref">ArgumentAttribute</span></div>
93+
</div>
94+
<div class="inheritedMembers">
95+
<h5>Inherited Members</h5>
96+
<div>
97+
<span class="xref">System.Attribute.Equals(System.Object)</span>
98+
</div>
99+
<div>
100+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)</span>
101+
</div>
102+
<div>
103+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)</span>
104+
</div>
105+
<div>
106+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)</span>
107+
</div>
108+
<div>
109+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
110+
</div>
111+
<div>
112+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)</span>
113+
</div>
114+
<div>
115+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)</span>
116+
</div>
117+
<div>
118+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)</span>
119+
</div>
120+
<div>
121+
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
122+
</div>
123+
<div>
124+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly)</span>
125+
</div>
126+
<div>
127+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)</span>
128+
</div>
129+
<div>
130+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)</span>
131+
</div>
132+
<div>
133+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)</span>
134+
</div>
135+
<div>
136+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)</span>
137+
</div>
138+
<div>
139+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)</span>
140+
</div>
141+
<div>
142+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)</span>
143+
</div>
144+
<div>
145+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
146+
</div>
147+
<div>
148+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module)</span>
149+
</div>
150+
<div>
151+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)</span>
152+
</div>
153+
<div>
154+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)</span>
155+
</div>
156+
<div>
157+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)</span>
158+
</div>
159+
<div>
160+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)</span>
161+
</div>
162+
<div>
163+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)</span>
164+
</div>
165+
<div>
166+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)</span>
167+
</div>
168+
<div>
169+
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
170+
</div>
171+
<div>
172+
<span class="xref">System.Attribute.GetHashCode()</span>
173+
</div>
174+
<div>
175+
<span class="xref">System.Attribute.IsDefaultAttribute()</span>
176+
</div>
177+
<div>
178+
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)</span>
179+
</div>
180+
<div>
181+
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)</span>
182+
</div>
183+
<div>
184+
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)</span>
185+
</div>
186+
<div>
187+
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
188+
</div>
189+
<div>
190+
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type)</span>
191+
</div>
192+
<div>
193+
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)</span>
194+
</div>
195+
<div>
196+
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)</span>
197+
</div>
198+
<div>
199+
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
200+
</div>
201+
<div>
202+
<span class="xref">System.Attribute.Match(System.Object)</span>
203+
</div>
204+
<div>
205+
<span class="xref">System.Attribute.TypeId</span>
206+
</div>
207+
<div>
208+
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
209+
</div>
210+
<div>
211+
<span class="xref">System.Object.GetType()</span>
212+
</div>
213+
<div>
214+
<span class="xref">System.Object.MemberwiseClone()</span>
215+
</div>
216+
<div>
217+
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
218+
</div>
219+
<div>
220+
<span class="xref">System.Object.ToString()</span>
221+
</div>
93222
</div>
94223
<h6><strong>Namespace</strong>: <a class="xref" href="McMaster.Extensions.CommandLineUtils.html">McMaster.Extensions.CommandLineUtils</a></h6>
95224
<h6><strong>Assembly</strong>: McMaster.Extensions.CommandLineUtils.dll</h6>
96225
<h5 id="McMaster_Extensions_CommandLineUtils_ArgumentAttribute_syntax">Syntax</h5>
97226
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public sealed class ArgumentAttribute : Attribute</code></pre>
227+
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property)]
228+
public sealed class ArgumentAttribute : Attribute</code></pre>
99229
</div>
100230
<h3 id="constructors">Constructors
101231
</h3>

docs/api/McMaster.Extensions.CommandLineUtils.ArgumentEscaper.html

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
<span class="icon-bar"></span>
3636
<span class="icon-bar"></span>
3737
</button>
38-
3938
<a class="navbar-brand" href="../index.html">
40-
<img id="logo" class="svg" src="../logo.svg" alt="">
39+
<img id="logo" height="55" src="../logo.png" alt="">
4140
</a>
4241
</div>
4342
<div class="collapse navbar-collapse" id="navbar">
@@ -89,23 +88,47 @@ <h5>Inheritance</h5>
8988
<div class="level0"><span class="xref">System.Object</span></div>
9089
<div class="level1"><span class="xref">ArgumentEscaper</span></div>
9190
</div>
91+
<div class="inheritedMembers">
92+
<h5>Inherited Members</h5>
93+
<div>
94+
<span class="xref">System.Object.Equals(System.Object)</span>
95+
</div>
96+
<div>
97+
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
98+
</div>
99+
<div>
100+
<span class="xref">System.Object.GetHashCode()</span>
101+
</div>
102+
<div>
103+
<span class="xref">System.Object.GetType()</span>
104+
</div>
105+
<div>
106+
<span class="xref">System.Object.MemberwiseClone()</span>
107+
</div>
108+
<div>
109+
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
110+
</div>
111+
<div>
112+
<span class="xref">System.Object.ToString()</span>
113+
</div>
114+
</div>
92115
<h6><strong>Namespace</strong>: <a class="xref" href="McMaster.Extensions.CommandLineUtils.html">McMaster.Extensions.CommandLineUtils</a></h6>
93116
<h6><strong>Assembly</strong>: McMaster.Extensions.CommandLineUtils.dll</h6>
94117
<h5 id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_syntax">Syntax</h5>
95118
<div class="codewrapper">
96-
<pre><code class="lang-csharp hljs">public static class ArgumentEscaper : object</code></pre>
119+
<pre><code class="lang-csharp hljs">public static class ArgumentEscaper</code></pre>
97120
</div>
98121
<h3 id="methods">Methods
99122
</h3>
100123
<span class="small pull-right mobile-hide">
101124
<span class="divider">|</span>
102-
<a href="https://github.com/natemcmaster/CommandLineUtils/new/master/apiSpec/new?filename=McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_IEnumerable_System_String__.md&amp;value=---%0Auid%3A%20McMaster.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate(IEnumerable%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
125+
<a href="https://github.com/natemcmaster/CommandLineUtils/new/master/apiSpec/new?filename=McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_System_Collections_Generic_IEnumerable_System_String__.md&amp;value=---%0Auid%3A%20McMaster.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate(System.Collections.Generic.IEnumerable%7BSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
103126
</span>
104127
<span class="small pull-right mobile-hide">
105128
<a href="https://github.com/natemcmaster/CommandLineUtils/blob/master/src/CommandLineUtils/Utilities/ArgumentEscaper.cs/#L25">View Source</a>
106129
</span>
107130
<a id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_" data-uid="McMaster.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate*"></a>
108-
<h4 id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_IEnumerable_System_String__" data-uid="McMaster.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate(IEnumerable{System.String})">EscapeAndConcatenate(IEnumerable&lt;String&gt;)</h4>
131+
<h4 id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_System_Collections_Generic_IEnumerable_System_String__" data-uid="McMaster.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate(System.Collections.Generic.IEnumerable{System.String})">EscapeAndConcatenate(IEnumerable&lt;String&gt;)</h4>
109132
<div class="markdown level1 summary"><p>Undo the processing which took place to create string[] args in Main, so that the next process will
110133
receive the same string[] args.</p>
111134
</div>
@@ -125,7 +148,7 @@ <h5 class="parameters">Parameters</h5>
125148
</thead>
126149
<tbody>
127150
<tr>
128-
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
151+
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
129152
<td><span class="parametername">args</span></td>
130153
<td><p>The arguments</p>
131154
</td>
@@ -148,7 +171,7 @@ <h5 class="returns">Returns</h5>
148171
</tr>
149172
</tbody>
150173
</table>
151-
<h5 id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_IEnumerable_System_String___remarks">Remarks</h5>
174+
<h5 id="McMaster_Extensions_CommandLineUtils_ArgumentEscaper_EscapeAndConcatenate_System_Collections_Generic_IEnumerable_System_String___remarks">Remarks</h5>
152175
<div class="markdown level1 remarks"><p>See <a href="https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/">https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/</a></p>
153176
</div>
154177
</article>

docs/api/McMaster.Extensions.CommandLineUtils.CommandArgument.html

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
<span class="icon-bar"></span>
3636
<span class="icon-bar"></span>
3737
</button>
38-
3938
<a class="navbar-brand" href="../index.html">
40-
<img id="logo" class="svg" src="../logo.svg" alt="">
39+
<img id="logo" height="55" src="../logo.png" alt="">
4140
</a>
4241
</div>
4342
<div class="collapse navbar-collapse" id="navbar">
@@ -91,11 +90,35 @@ <h5>Inheritance</h5>
9190
<div class="level0"><span class="xref">System.Object</span></div>
9291
<div class="level1"><span class="xref">CommandArgument</span></div>
9392
</div>
93+
<div class="inheritedMembers">
94+
<h5>Inherited Members</h5>
95+
<div>
96+
<span class="xref">System.Object.Equals(System.Object)</span>
97+
</div>
98+
<div>
99+
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
100+
</div>
101+
<div>
102+
<span class="xref">System.Object.GetHashCode()</span>
103+
</div>
104+
<div>
105+
<span class="xref">System.Object.GetType()</span>
106+
</div>
107+
<div>
108+
<span class="xref">System.Object.MemberwiseClone()</span>
109+
</div>
110+
<div>
111+
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
112+
</div>
113+
<div>
114+
<span class="xref">System.Object.ToString()</span>
115+
</div>
116+
</div>
94117
<h6><strong>Namespace</strong>: <a class="xref" href="McMaster.Extensions.CommandLineUtils.html">McMaster.Extensions.CommandLineUtils</a></h6>
95118
<h6><strong>Assembly</strong>: McMaster.Extensions.CommandLineUtils.dll</h6>
96119
<h5 id="McMaster_Extensions_CommandLineUtils_CommandArgument_syntax">Syntax</h5>
97120
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class CommandArgument : object</code></pre>
121+
<pre><code class="lang-csharp hljs">public class CommandArgument</code></pre>
99122
</div>
100123
<h3 id="constructors">Constructors
101124
</h3>
@@ -250,7 +273,7 @@ <h5 class="propertyValue">Property Value</h5>
250273
</span>
251274
<a id="McMaster_Extensions_CommandLineUtils_CommandArgument_Validators_" data-uid="McMaster.Extensions.CommandLineUtils.CommandArgument.Validators*"></a>
252275
<h4 id="McMaster_Extensions_CommandLineUtils_CommandArgument_Validators" data-uid="McMaster.Extensions.CommandLineUtils.CommandArgument.Validators">Validators</h4>
253-
<div class="markdown level1 summary"><p>A collection of validators that execute before invoking <a class="xref" href="McMaster.Extensions.CommandLineUtils.CommandLineApplication.html#McMaster_Extensions_CommandLineUtils_CommandLineApplication_OnExecute_Func_System_Int32__">OnExecute(Func&lt;Int32&gt;)</a>.
276+
<div class="markdown level1 summary"><p>A collection of validators that execute before invoking <a class="xref" href="McMaster.Extensions.CommandLineUtils.CommandLineApplication.html#McMaster_Extensions_CommandLineUtils_CommandLineApplication_OnExecute_System_Func_System_Int32__">OnExecute(Func&lt;Int32&gt;)</a>.
254277
When validation fails, <a class="xref" href="McMaster.Extensions.CommandLineUtils.CommandLineApplication.html#McMaster_Extensions_CommandLineUtils_CommandLineApplication_ValidationErrorHandler">ValidationErrorHandler</a> is invoked.</p>
255278
</div>
256279
<div class="markdown level1 conceptual"></div>
@@ -268,7 +291,7 @@ <h5 class="propertyValue">Property Value</h5>
268291
</thead>
269292
<tbody>
270293
<tr>
271-
<td><span class="xref">ICollection</span>&lt;<a class="xref" href="McMaster.Extensions.CommandLineUtils.Validation.IArgumentValidator.html">IArgumentValidator</a>&gt;</td>
294+
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<a class="xref" href="McMaster.Extensions.CommandLineUtils.Validation.IArgumentValidator.html">IArgumentValidator</a>&gt;</td>
272295
<td></td>
273296
</tr>
274297
</tbody>
@@ -330,7 +353,7 @@ <h5 class="propertyValue">Property Value</h5>
330353
</thead>
331354
<tbody>
332355
<tr>
333-
<td><span class="xref">List</span>&lt;<span class="xref">System.String</span>&gt;</td>
356+
<td><span class="xref">System.Collections.Generic.List</span>&lt;<span class="xref">System.String</span>&gt;</td>
334357
<td></td>
335358
</tr>
336359
</tbody>

0 commit comments

Comments
 (0)