MES-Toolkit/Chenfeng.MES.Archiver/Program.cs

11 lines
248 B
C#
Raw Normal View History

2022-01-08 15:35:27 +08:00
// See https://aka.ms/new-console-template for more information
using CliFx;
//Console.WriteLine("Hello, World!");
await new CliApplicationBuilder()
.AddCommandsFromThisAssembly()
.Build()
.RunAsync(args);