Kōshin Alex Flint
Kōshin Alex Flint
If you do it like this then it should work as expected: ```go type T struct { B string C string } var args struct { T D string }...
@infogulch But how would the library behave in the case that you outlined above? One of the issues is that from a reflection point of view, there isn't much difference...
I have the same problem. It looks like the problem is not specific to this image, because if I run any "apk" command on the docker-for-mac VM, then I get...
Hey @reflog sorry for the long delay in replying to this. When you run `./main --param "-1h"`, your shell actually removes the quotes before passing the strings on to the...
I use this convention quite often in programs I write using go-arg too. I've found it's best to implement at the level of the application using the library, rather than...
@fbaube Yes, understood. I think the example given by @CompuRoot is the correct kind of approach in this case. Basically you will have ```go var args struct { Input string...
Thanks for this @rjp. Would you be open to changing this so that the config option is ``` Help []string // a list of short or long command line options...
Thanks for the response @chenjiahan, but isn't it possible that rsbuild could still have a stdin that receives characters typed by the user, even when running under a subprocess, and...
> Can someone test the behavior if you add `toolchain go1.21.0` to your go.mod file? 🤔 Nope, doesn't help