[go-nuts] flags package: shared flags and flag sets

2020-05-06 Thread Tamás Gulácsi
See how pkg https://go.dev/github.com/peterbourgon/ff/v3/ffcli does it -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com.

[go-nuts] flags package: shared flags and flag sets

2020-05-06 Thread Chris Burkert
Dear all, I'd like to mix shared flags with flags specific to flag sets (cooltool ). However I struggle to parse the shared flags only and pass the rest to the flagset for parsing. Here is what I came up with: https://play.golang.org/p/Jazn3aSX9-d Do I have to pick a different flag library or