mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06: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 a new issue