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 96a8130 commit ebb192bCopy full SHA for ebb192b
src/System.CommandLine/Option{T}.cs renamed to src/System.CommandLine/CliOption{T}.cs
@@ -12,7 +12,7 @@ public class CliOption<T> : CliOption
12
internal readonly CliArgument<T> _argument;
13
14
/// <summary>
15
- /// Initializes a new instance of the Option class.
+ /// Initializes a new instance of the <see cref="CliOption"/> class.
16
/// </summary>
17
/// <param name="name">The name of the option. It's used for parsing, displaying Help and creating parse errors.</param>>
18
/// <param name="aliases">Optional aliases. Used for parsing, suggestions and displayed in Help.</param>
0 commit comments