flag: PrintDefaults claims configurability, but doesn't say how #15024
Labels
Documentation
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
https://golang.org/pkg/flag/#PrintDefaults says
I couldn't see anywhere how to send its output anywhere else.
I dug through the source code and eventually made my way to
(*FlagSet).SetOutput
, but that was not at all obvious.The text was updated successfully, but these errors were encountered: