Skip to content

Commit 373eb30

Browse files
committed
Remove Required from optioNTableOfContentsTitle
1 parent 27ca575 commit 373eb30

File tree

1 file changed

+1
-1
lines changed
  • src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff.Tool

1 file changed

+1
-1
lines changed

src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff.Tool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static async Task Main(string[] args)
7171
{
7272
Description = $"The optional title of the markdown table of contents file that is placed in the output folder.",
7373
Arity = ArgumentArity.ZeroOrMore,
74-
Required = true,
74+
Required = false,
7575
DefaultValueFactory = _ => "api_diff"
7676
};
7777

0 commit comments

Comments
 (0)