namespace Spectre.Console.Tests.Data; public sealed class HiddenOptionsCommand : Command { public override int Execute(CommandContext context, HiddenOptionSettings settings) { return 0; } }