namsral/flag

Is there a way to disable the ConfigFlagname of a FlagSet?

e-nikolov opened this issue · 0 comments

I want to use this package, but be able to use the -config flag for my own things, without it interfering in any way. Right now the only way to change the behavior seems to be to set flag.DefaultConfigFlagname to something else, but I would like to do it only for a specific FlagSet, rather than all.

Is this possible at the moment?