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.Binding;
|
||||||
using CliFx.Infrastructure;
|
using CliFx.Infrastructure;
|
||||||
|
|
||||||
return await new CliApplicationBuilder()
|
return await new CommandLineApplicationBuilder()
|
||||||
.AddCommand<PublishMacOSBundleCommand>()
|
.AddCommand<PublishMacOSBundleCommand>()
|
||||||
.Build()
|
.Build()
|
||||||
.RunAsync(args);
|
.RunAsync(args);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue