Use CliFx v3 stable

This commit is contained in:
tyrrrz
2026-04-03 17:27:30 +03:00
parent f1673cde77
commit af3ec8c299
2 changed files with 1 additions and 6 deletions

View File

@@ -5,11 +5,6 @@ using CliFx;
using CliFx.Binding;
using CliFx.Infrastructure;
return await new CommandLineApplicationBuilder()
.AddCommandsFromThisAssembly()
.Build()
.RunAsync(args);
[Command(Description = "Publishes the GUI app as a macOS .app bundle.")]
public partial class PublishMacOSBundleCommand : ICommand
{