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