Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Cmd/Program.cs')
-rw-r--r--UVtools.Cmd/Program.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/UVtools.Cmd/Program.cs b/UVtools.Cmd/Program.cs
index a098f49..7568732 100644
--- a/UVtools.Cmd/Program.cs
+++ b/UVtools.Cmd/Program.cs
@@ -33,19 +33,21 @@ internal class Program
public static async Task<int> Main(params string[] args)
{
- Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");
+ Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
Args = args;
var rootCommand = new RootCommand("MSLA/DLP, file analysis, repair, conversion and manipulation")
{
+ SetPropertiesCommand.CreateCommand(),
RunCommand.CreateCommand(),
ConvertCommand.CreateCommand(),
ExtractCommand.CreateCommand(),
CopyParametersCommand.CreateCommand(),
SetThumbnailCommand.CreateCommand(),
+ PrintIssuesCommand.CreateCommand(),
PrintPropertiesCommand.CreateCommand(),
- PrintLayersCommand.CreateCommand(),
+ //PrintLayersCommand.CreateCommand(),
PrintGCodeCommand.CreateCommand(),
PrintMachinesCommand.CreateCommand(),