Skip to content
Prev Previous commit
Next Next commit
Fix release build: one rename was missing
  • Loading branch information
jozkee committed Nov 9, 2022
commit fc69fbd1b153bb19faad5441bcba138c47be3552
2 changes: 1 addition & 1 deletion src/System.CommandLine.Tests/TestApps/Trimming/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.CommandLine;
using System.CommandLine.Invocation;

var fileArgument = new Argument<FileInfo>().LegalFileNamesOnly();
var fileArgument = new Argument<FileInfo>().AcceptLegalFileNamesOnly();

var command = new RootCommand
{
Expand Down