mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-19 00:25:49 +08:00
Pipe character for listing options - Fully implemented and tested.
This commit is contained in:
committed by
Patrik Svensson
parent
e66d3aab2e
commit
43f9ae92ad
@@ -4,7 +4,7 @@ namespace Spectre.Console.Tests.Data;
|
||||
|
||||
public class HorseSettings : MammalSettings
|
||||
{
|
||||
[CommandOption("-d|--day")]
|
||||
[CommandOption("-d|--day <Mon|Tue>")]
|
||||
public DayOfWeek Day { get; set; }
|
||||
|
||||
[CommandOption("--file")]
|
||||
|
||||
Reference in New Issue
Block a user