dotnet / dotnet/command-line-api
Allow an option to have multiple values assigned using a comma-separated list
Open
Area-API
Area-Parser and Binder
needs documentation
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Update the lexer to support specifying an option that supports more than one argument using a comma-separated list:
e.g. `DisplayTable -column FirstColumn, SecondColumn`
Whitespace around the comma is allowed.
Contributor guide
Assessment
This issue has not been assessed yet.