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.
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.