await new CliApplicationBuilder() .AddCommand() .AddCommand() .SetExecutableName("QR Script") .Build() .RunAsync();