Skip to content

Commit 1fa47f4

Browse files
committed
fix(RootArgument): Fix fatal parsing behavior
1 parent 6cc35fa commit 1fa47f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FixNormalization/Arguments/RootArguments.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace FixNormalization.Arguments;
1212
[Description("Fix Unicode normalization of filenames.")]
1313
internal sealed partial class RootArguments
1414
{
15-
[CommandLineArgument(IsPositional = true)]
15+
[CommandLineArgument(IsPositional = true, CancelParsing = CancelMode.Success)]
1616
[Description("Commands of fnorm.")]
1717
public required string Command { get; set; }
1818

0 commit comments

Comments
 (0)