Skip to content

Commit b8fc37e

Browse files
committed
Fix console format initialization
1 parent 4c3245c commit b8fc37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
return 1;
2626
}
2727

28-
var consoleFormatProvider = new ConsoleFormatInfo();
28+
var consoleFormatProvider = ConsoleFormatInfo.CurrentInfo;
2929
var rootCommand = new RootCommand();
3030

3131
rootCommand.TreatUnmatchedTokensAsErrors = false;

0 commit comments

Comments
 (0)