mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 05:34:12 -04:00
Use CSharpier
This commit is contained in:
parent
c410e745b1
commit
20f58963a6
174 changed files with 11084 additions and 10670 deletions
|
@ -1,6 +1,3 @@
|
|||
using CliFx;
|
||||
|
||||
return await new CliApplicationBuilder()
|
||||
.AddCommandsFromThisAssembly()
|
||||
.Build()
|
||||
.RunAsync(args);
|
||||
return await new CliApplicationBuilder().AddCommandsFromThisAssembly().Build().RunAsync(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue