mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-17 08:34:24 -04:00
3 lines
112 B
C#
3 lines
112 B
C#
using CliFx;
|
|
|
|
return await new CliApplicationBuilder().AddCommandsFromThisAssembly().Build().RunAsync(args);
|