1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-04-26 21:22:50 +08:00
2024-01-15 19:22:34 +01:00

7 lines
172 B
C#

namespace Spectre.Console.Tests.Data;
public sealed class VersionSettings : CommandSettings
{
[CommandOption("-v|--version")]
public string Version { get; set; }
}