mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08: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; }
|
|
} |