Adam
Adam
Whoops! This works a lot better when I pass `MyCommand` into the builder itself! `new CommandLineBuilder(new MyCommand());` Will keep this open and see if I can get a complete example...
```csharp using Microsoft.Extensions.Options; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using System.CommandLine; using System.CommandLine.Builder; using System.CommandLine.Hosting; using System.CommandLine.Invocation; using System.CommandLine.Parsing; namespace Test2 { internal class Program { static void Main(string[] args) { var...
> Does this test case help illustrate the usage? > > > > https://github.com/dotnet/command-line-api/blob/5618b2d243ccdeb5c7e50a298b33b13036b4351b/src/System.CommandLine.Hosting.Tests/HostingHandlerTest.cs#L57-L86 Sort of, I don't think it shows how to get access to multiple services though.
@jauderho is it possible for you to set up builds of your version in the meantime?
Linux ``` ~/src/gcfflasher$ ./GCFFlasher -f deCONZ_ConBeeII_0x26720700.bin.GCF -d /dev/ttyACM0 read file success: deCONZ_ConBeeII_0x26720700.bin.GCF (164241 bytes) flash firmware command reset timeout retry connect bootloader /dev/ttyACM0 retry connect bootloader /dev/ttyACM0 retry connect bootloader...
Same problem, ``` ./GCFFlasher -f deCONZ_ConBeeII_0x26720700.bin.GCF -d /dev/ttyACM0 -t 10 read file success: deCONZ_ConBeeII_0x26720700.bin.GCF (164241 bytes) flash firmware command reset timeout retry connect bootloader /dev/ttyACM0 retry connect bootloader /dev/ttyACM0 retry...
Ubuntu Server 22.04, not a VM, or Windows 10 21H2, not a VM > On 24 Apr 2022, at 22:50, Smanar ***@***.***> wrote: > > > And you are...
Fixed in my case by reverting to GCFFlasher 3.10 on Windows, using the ftd2xx.dll from https://ftdichip.com/wp-content/uploads/2021/08/CDM212364_Setup.zip
No visible errors for me with Bedrock Server 1.19.50 and Box64 v0.2.1 9f3ea84b built on Dec 2 2022 10:16:32, but the same warnings as above. Additionally, my Windows client will...
> caddy-l4 could register itself as a handler for tcp:// and udp:// schemes, then a site block with addresses like tcp://:8080, udp://:8080 { would get passed to the caddy-l4 Caddyfile...