I would like to set a default value containing spaces like in - . It does work:
--name-sep=<sep> name field separator [default: - ]
But it is not so pleasing to the eye and prone to bad interpretation. I don't know what is the standard here, but I would imagine accepting a quoted default value, as in:
--name-sep=<sep> name field separator [default: " - "]
Could be one way to go. Or am I missing something ?
I would like to set a default value containing spaces like in
-. It does work:But it is not so pleasing to the eye and prone to bad interpretation. I don't know what is the standard here, but I would imagine accepting a quoted default value, as in:
Could be one way to go. Or am I missing something ?