We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd30d7 commit 1a875a2Copy full SHA for 1a875a2
src/System.CommandLine/CliArgument{T}.cs
@@ -13,7 +13,7 @@ public class CliArgument<T> : CliArgument
13
{
14
// TODO: custom parser
15
/*
16
- private Func<ArgumentResult, T?>? _customParser;
+ private Func<ArgumentResult, T?>? _customParser;
17
*/
18
/// <summary>
19
/// Initializes a new instance of the Argument class.
@@ -38,7 +38,7 @@ public CliArgument(string name) : base(name)
38
39
// TODO: custom parsers
40
41
- /// <summary>
+ /// <summary>
42
/// A custom argument parser.
43
/// </summary>
44
/// <remarks>
0 commit comments