mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-08 12:20:49 +08:00
Unit test to reproduce the -v/--version bug
This commit is contained in:
committed by
Patrik Svensson
parent
5a52c1f277
commit
d03c10623c
@@ -0,0 +1,7 @@
|
||||
namespace Spectre.Console.Tests.Data;
|
||||
|
||||
public sealed class VersionSettings : CommandSettings
|
||||
{
|
||||
[CommandOption("-v|--version")]
|
||||
public string Version { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user