commandlineparser / commandlineparser/commandline
Wiki states that `-t X -t Y` should work with 2.9+ but it is not
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
i'm trying to use the following command line argument pattern:
-k Key1 -v Value1 -k Key2 -v Value2
but it throws an error `... is defined multiple times` even though this [Wiki page](https://github.com/commandlineparser/commandline/wiki/CommandLine-Grammar#sequence-option) states that this is supported.
Is it only possible with unparsing?
So lonG
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the command-line pattern shown in the issue and compare its behavior with the Wiki's sequence-option section. Check whether repeated `-k` and `-v` options are supported in the reported version; done means the behavior is fixed or the Wiki clearly documents the limitation and supported usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100