dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.38k stars 381 forks source link

String Validator for lower and upper case command options. #2490

Closed poonambhattad closed 1 week ago

poonambhattad commented 2 weeks ago

Implementation of the string validator class for lower and upper case command options along with the unit tests.