pflag icon indicating copy to clipboard operation
pflag copied to clipboard

Prevent help output from escaping default values as go strings

Open johnSchnake opened this issue 2 years ago • 0 comments

When creating the help text for a flag, the default value shouldn't be be excaped. It isn't clear to an end user that we would be escaping those values.

Instead we should be printing the actual value and letting the users decide when/how to add escaping based on how they're utilzing it.

Fixes #346

Signed-off-by: John Schnake [email protected]

johnSchnake avatar Mar 16 '22 06:03 johnSchnake