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