Does this work?

This commit is contained in:
tyrrrz 2026-03-26 23:49:48 +02:00
parent dc2f8855d2
commit 3bcbaf6b9a

View file

@ -6,7 +6,7 @@ using CliFx.Binding;
using CliFx.Infrastructure; using CliFx.Infrastructure;
return await new CommandLineApplicationBuilder() return await new CommandLineApplicationBuilder()
.AddCommand<PublishMacOSBundleCommand>() .AddCommandsFromThisAssembly()
.Build() .Build()
.RunAsync(args); .RunAsync(args);