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.
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