Canon/Canon.Console/Program.cs

8 lines
191 B
C#
Raw Permalink Normal View History

using System.CommandLine;
using Canon.Console.Extensions;
2024-03-09 20:11:27 +08:00
RootCommand rootCommand = new("Canon Pascal Compiler (PASCC).");
rootCommand.SetCompile();
await rootCommand.InvokeAsync(args);