namespace Spectre.Console.Tests.Data; public sealed class GiraffeSettings : MammalSettings { [CommandArgument(0, "")] [Description("The option description.")] public int Length { get; set; } }