spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
9.28k stars 479 forks source link

Pipe character for listing options (issue 1434) #1498

Closed FrankRay78 closed 6 months ago

FrankRay78 commented 6 months ago

fixes #1434

Changes

Allow the pipe character for listing options e.g. --option [RED|GREEN|BLUE]

image

nb. Aligns with CommandLine, see:

image

https://learn.microsoft.com/en-us/dotnet/standard/commandline/define-commands