dotnet / dotnet/command-line-api
Required options should not be unbundled if otherwise the line would be parsed correctly
Open
waiting-on-feedback
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Required options should not be bundled if otherwise the line would be parsed correctly.
Example:
For required options -a and -ab with arguments
the following line should be parsed correctly: -a 111 -ab 222
as -a having value 111 and -ab having value 222.
Contributor guide
Assessment
This issue has not been assessed yet.