Pieter Viljoen
Pieter Viljoen
Stripping of arg[0] is not so simple, it means I have to parse the commandline, and then I run into issues with forward and backslash processing differences between linux and...
Ok, thx. May I suggest that Invoke(string) restores the previous behavior, and that Invoke(string[]) could use the new behavior, or a version that takes no arguments and uses Environment.CommandLine internally...
Problem with the string[] args is that it breaks when using e.g. `"D:\"`, where the \" was treated as an embedded quote, not a terminator quote. Also, the vanilla args[]...
Hi, with b2 a list of strings no longer works, only the first string is recognized, remainder is report as invalid argument: ``` private static Option CreateMediaFilesOption() { // Media...
Yep, seems to be the case. [This](https://github.com/dotnet/command-line-api/issues/1199) is a breaking change, and unexpected. Whenever an option is a list/array/iterator type, it is always expected that multiple values follow the argument....
Still happens with latest (2021-11-17) 2.0.0-beta1.21308.1 and .NET 6. But your code uses a command I did not previously see, `AddGlobalOption()`? Looks like `AddGlobalOption()`: https://github.com/dotnet/command-line-api/blob/main/src/System.CommandLine/Command.cs#L77 Was added in January 2020:...
Apologies, maybe my last comment was not clear? I changed my code to use `AddGlobalOption()` instead of `AddOption()`, and the behavior is now as expected. My code (develop branch): https://github.com/ptr727/PlexCleaner/blob/develop/PlexCleaner/CommandLineOptions.cs...
May be related. Aoycocr X10S bought from US Amazon 3 September 2020 does not move to second step. Aoycocr X5P bought at the same time converts fine.
Just found this, would be great if I can configure the online streaming services I subscribe to, and then get a report of local content that is available online, and...
I'll try out your build, any special instructions on switching to it? Any any chance you can add work a similar feature into Sonarr? If I could ask for another...