mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-15 00:40:11 -05:00
Rename CliApplicationBuilder to CommandLineApplicationBuilder
This commit is contained in:
parent
9f9274b352
commit
d14ec0af3d
|
|
@ -5,7 +5,7 @@ using CliFx;
|
|||
using CliFx.Binding;
|
||||
using CliFx.Infrastructure;
|
||||
|
||||
return await new CliApplicationBuilder()
|
||||
return await new CommandLineApplicationBuilder()
|
||||
.AddCommand<PublishMacOSBundleCommand>()
|
||||
.Build()
|
||||
.RunAsync(args);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user