You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FixNormalization/Commands/FixCommand.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
usingOokii.CommandLine.Conversion;
8
8
usingSystem.IO.Abstractions;
9
9
10
-
usingFixNormalization.Validation;
10
+
usingOokii.CommandLine.Validation;
11
11
12
12
namespaceFixNormalization.Commands;
13
13
@@ -29,7 +29,7 @@ public partial class FixCommand : AsyncCommandBase
29
29
[Description("Normalization form to be used. You can choose NFC (The most common types in the majority of environments) and NFD (Used in macOS or Darwin)")]
0 commit comments