mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-30 17:30:40 +00:00
4 lines
102 B
C#
4 lines
102 B
C#
using Esiur.CLI;
|
|
|
|
return await CliApplication.RunAsync(args, Console.In, Console.Out, Console.Error);
|