mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-09-14 20:45:25 -05:00
Rename CliApplicationBuilder to CommandLineApplicationBuilder
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user