mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-29 09:18:05 +01:00
7 lines
172 B
C#
7 lines
172 B
C#
namespace Spectre.Console.Tests.Data;
|
|
|
|
public sealed class VersionSettings : CommandSettings
|
|
{
|
|
[CommandOption("-v|--version")]
|
|
public string Version { get; set; }
|
|
} |