Update to new Spectre.Console.Cli API surface.

This commit is contained in:
2025-11-21 15:59:05 +00:00
parent b34e549edd
commit 98925c4611
30 changed files with 114 additions and 83 deletions

View File

@@ -31,6 +31,7 @@
// ****************************************************************************/
using System.ComponentModel;
using System.Threading;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Interfaces;
@@ -48,7 +49,7 @@ sealed class EntropyCommand : Command<EntropyCommand.Settings>
static ProgressTask _progressTask1;
static ProgressTask _progressTask2;
public override int Execute(CommandContext context, Settings settings)
public override int Execute(CommandContext context, Settings settings, CancellationToken cancellationToken)
{
MainClass.PrintCopyright();