8 lines
191 B
C#
8 lines
191 B
C#
using System.CommandLine;
|
|
using Canon.Console.Extensions;
|
|
|
|
RootCommand rootCommand = new("Canon Pascal Compiler (PASCC).");
|
|
rootCommand.SetCompile();
|
|
|
|
await rootCommand.InvokeAsync(args);
|