Add Option Parsing Termination
Closed this issue · 0 comments
00JCIV00 commented
Per the POSIX standard, Options (and Commands?) should no longer be parsed after --
is given by itself. Instead, all arguments after that should be treated as Values.
The termination symbol should be configurable via cova.ParseConfig
, but default to the symbol used for long name Options.