Skip to content

Commit 3df7df5

Browse files
committed
fix(XMLPatch): streamline option attribute formatting for AllowDoubles property
1 parent eb05c82 commit 3df7df5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

XMLPatch/Program.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,7 @@ public bool AppendToLog
148148
set => appendToLog = value;
149149
}
150150

151-
[Option(
152-
' ',
153-
"allow-doubles",
154-
Required = false,
155-
HelpText = "Allow doubles in the diff XML. Useful for scripts patching.",
156-
Default = false
157-
)]
151+
[Option("allow-doubles", Required = false, HelpText = "Allow doubles in the diff XML. Useful for scripts patching.", Default = false)]
158152
public bool AllowDoubles
159153
{
160154
get => allowDoubles;

0 commit comments

Comments
 (0)