Rename CliApplicationBuilder to CommandLineApplicationBuilder

This commit is contained in:
Oleksii Holub 2026-03-26 21:44:43 +02:00 committed by GitHub
parent 9f9274b352
commit d14ec0af3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);