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