-
So whether or not to remove quotes and where seems to have been plaguing this repo with endless issues and PRs.
Sorry to wake up the dead here but see #145, #82, #93, #140, #138, #153, #180, #201, #…
-
**Describe the bug**
When using the built-in native TypeScript transpiler, the `extends` field is not supported and only the explicit `compilerOptions` are used. This field is sometimes used in monor…
-
I've used this library quite a bit, and have always liked it. I stopped in to see how things are going, to find a lot of issues and outstanding pull requests.
I'm curious to know if there's anyone…
-
The 0.8.11 AUR package built by Chaotic AUR segfaults on launch when running as `xboxdrv -d -c ~/.config/xboxdvr/mycfg` while Debian's 0.8.8 package works fine.
Probably unhelpful stacktrace due to…
-
The design principle behind CommandLineParser is to [mimic the behavior of the standard GNU `getopt` library](https://github.com/commandlineparser/commandline/issues/498#issuecomment-521757260), but t…
rmunn updated
4 years ago
-
I'm probably doing this in a very weird way (learning metaprogramming and wanted to try some stuff as I was reading the guides and watching some videos)
Asked about the following on SO and was dire…
-
Note: the test is skipped in some legs, so the runinfo count below isn't representative of whether it was fixed.
Runfo Tracking Issue: [Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests.Command…
-
Similar to the MutuallyExclusiveSet, it would be very helpful to be able to specify that if argument A is specified then argument B is required, but if A is not specified, then B is optional.
This …
-
Could anyone say when Microsoft planned to release this project without the beta tag ?
Can you provide the best alternative library for parsing the command line arguments ?
-
**Describe the bug**
Read string option with backslash \ and " results in reading " in the string.
**To Reproduce**
```
public class Options
{
[Option('P', "path", Required = true, HelpTex…