mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Moved MewExplorer to a new repo
This commit is contained in:
@@ -3,6 +3,7 @@ using CommandLine.Text;
|
||||
using MewTerminal.Commands;
|
||||
using MewtocolNet.Logging;
|
||||
using Spectre.Console;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
|
||||
namespace MewTerminal;
|
||||
@@ -11,6 +12,11 @@ internal class Program {
|
||||
|
||||
static void Main(string[] args) {
|
||||
|
||||
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
|
||||
Thread.CurrentThread.CurrentUICulture = CultureInfo.InvariantCulture;
|
||||
|
||||
Console.OutputEncoding = System.Text.Encoding.UTF8;
|
||||
|
||||
Logger.OnNewLogMessage((dt, lv, msg) => {
|
||||
|
||||
AnsiConsole.WriteLine($"{msg}");
|
||||
|
||||
Reference in New Issue
Block a user