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 1a875a2 commit ce616d7Copy full SHA for ce616d7
src/System.CommandLine/Parsing/CliValueResult.cs
@@ -46,7 +46,6 @@ internal CliValueResult(
46
/// <summary>
47
/// Returns the value, or the default for the type.
48
/// </summary>
49
- /// <typeparam name="T">The type to return</typeparam>
50
/// <returns>The value, cast to the requested type.</returns>
51
public object? GetValue()
52
=> Value is null
0 commit comments