We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc35fa commit 1fa47f4Copy full SHA for 1fa47f4
1 file changed
src/FixNormalization/Arguments/RootArguments.cs
@@ -12,7 +12,7 @@ namespace FixNormalization.Arguments;
12
[Description("Fix Unicode normalization of filenames.")]
13
internal sealed partial class RootArguments
14
{
15
- [CommandLineArgument(IsPositional = true)]
+ [CommandLineArgument(IsPositional = true, CancelParsing = CancelMode.Success)]
16
[Description("Commands of fnorm.")]
17
public required string Command { get; set; }
18
0 commit comments