00JCIV00/cova

Option Termination Configuration.

p7r0x7 opened this issue · 1 comments

p7r0x7 commented
/// Enable Option Termination using `--` per the POSIX standard (or whatever symbol is chosen for Option long names).
enable_opt_termination: bool = true,

a) This comment is ambiguous if you don't already understand the POSIX standard here.
b) As discussed elsewhere, this option terminator could be made configurable to support any string.

Good call as previously discussed. Addressed with cca5576.