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 27ca575 commit 373eb30Copy full SHA for 373eb30
src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff.Tool/Program.cs
@@ -71,7 +71,7 @@ public static async Task Main(string[] args)
71
{
72
Description = $"The optional title of the markdown table of contents file that is placed in the output folder.",
73
Arity = ArgumentArity.ZeroOrMore,
74
- Required = true,
+ Required = false,
75
DefaultValueFactory = _ => "api_diff"
76
};
77
0 commit comments