Results 208 comments of Dustin Spicuzza

I know we've been using this for awhile without any problems, so yes.

I'm happy to accept a fix for this, but I don't personally have the time to do it myself.

Unfortunately, I know just enough about this to make it work, and never had a reason to dig beyond that. I wish you luck!

Of course, if you do find a way to make what you're doing work, I welcome any changes to the readme that may aid others.

That seems useful, feel free to make a PR.

Here's a trophy -- took maybe an hour to write a test harness: https://github.com/mjansson/mdns/commit/4c64fbaa4a5dcac567c63f182cac2d7a4adc903c

Neat, thanks for the tip. ```golang package main import ( "github.com/alecthomas/kong" ) type subcmd struct{} type A struct { SubCmdA subcmd `kong:"cmd,help='Subcommand A'"` SubCmdB subcmd `kong:"cmd,help='Subcommand B'"` } type B...

We use jenkins for building pull requests, because of so many problems with building pull requests with GoCD. It's a shame.