dotnet / dotnet/command-line-api

Required options should not be unbundled if otherwise the line would be parsed correctly

Open
#1,321 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.